Get an Entity Engine
Path parameters
-
The entity type of the engine (either 'user' or 'host').
Values are
user
,host
,service
, oruniversal
.
GET
/api/entity_store/engines/{entityType}
curl \
--request GET https://localhost:5601/api/entity_store/engines/{entityType}
Response examples (200)
{
"delay": "1m",
"docsPerSecond": 42,
"error": {},
"fieldHistoryLength": 42,
"filter": "string",
"frequency": "1m",
"indexPattern": "string",
"lookbackPeriod": "24h",
"status": "installing",
"timeout": "180s",
"timestampField": "string",
"type": "user"
}