Stop an Entity Engine Beta
Path parameters
-
The entity type of the engine (either 'user' or 'host').
Values are
user
,host
, orservice
.
POST
/api/entity_store/engines/{entityType}/stop
curl \
-X POST https://<KIBANA_URL>/api/entity_store/engines/{entityType}/stop
Response examples (200)
{
"stopped": true
}