Start 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}/start
curl \
-X POST https://<KIBANA_URL>/api/entity_store/engines/{entityType}/start
Response examples (200)
{
"started": true
}