Get Entity Engine stats Beta

POST /api/entity_store/engines/{entityType}/stats

Path parameters

  • entityType string Required

    The entity type of the engine (either 'user' or 'host').

    Values are user or host.

Responses

  • 200 application/json; Elastic-Api-Version=2023-10-31

    Successful response

    Hide response attributes Show response attributes object
    • indices array[object]

      Additional properties are allowed.

    • status string

      Values are installing, started, stopped, updating, or error.

    • transforms array[object]

      Additional properties are allowed.

    • type string

      Values are user or host.

POST /api/entity_store/engines/{entityType}/stats
curl \
 -X POST https://localhost:5601/api/entity_store/engines/{entityType}/stats
Response examples (200)
{
  "indexPattern": "string",
  "indices": [
    {}
  ],
  "status": "installing",
  "transforms": [
    {}
  ],
  "type": "user"
}