Generate a Logstash API key
[Required authorization] Route required privileges: ALL of [fleet-settings-all].
POST
/api/fleet/logstash_api_keys
curl \
--request POST https://localhost:5601/api/fleet/logstash_api_keys \
--header "kbn-xsrf: true"
Response examples (200)
{
"api_key": "string"
}
Response examples (400)
{
"error": "string",
"message": "string",
"statusCode": 42.0
}