Spaces method and path for this operation:
get /s/{space_id}/api/entity_store/engines/{entityType}
Refer to Spaces for more information.
Get the engine descriptor for a specific entity type, including its configuration and current status.
GET
/api/entity_store/engines/{entityType}
curl \
--request GET 'https://<KIBANA_URL>/api/entity_store/engines/host' \
--header "Authorization: $API_KEY"
Response examples (200)
Returns the engine descriptor for a host engine that is currently running with default settings.
{
"delay": "1m",
"fieldHistoryLength": 10,
"frequency": "1m",
"indexPattern": "",
"lookbackPeriod": "24h",
"status": "started",
"timeout": "180s",
"timestampField": "@timestamp",
"type": "host"
}