Stop an Entity Engine Beta

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

Path parameters

  • entityType string Required

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

    Values are user, host, or service.

Responses

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

    Successful response

    Hide response attribute Show response attribute object
POST /api/entity_store/engines/{entityType}/stop
curl \
 -X POST https://<KIBANA_URL>/api/entity_store/engines/{entityType}/stop
Response examples (200)
{
  "stopped": true
}