Generate Logstash API key
Headers
-
Kibana's anti Cross-Site Request Forgery token. Can be any string value.
POST /api/fleet/logstash_api_keys
curl \
-X POST https://localhost:5601/api/fleet/logstash_api_keys \
-H "kbn-xsrf: string"
Response examples (200)
{
"api_key": "string"
}
Response examples (400)
{
"error": "string",
"message": "string",
"statusCode": 42.0
}