You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Elasticsearch has support for authentication with API keys. As a user I would like to be able to configure the elasticsearch output with an API key, as opposed to a username and password, for authenticating.
Logstash would add a header like Authorization: ApiKey base64(<api_key_id>:<key>) to HTTP requests to Elasticsearch.