Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Encode API key as base64 in common code #18945

Merged
merged 9 commits into from
Jun 9, 2020
Prev Previous commit
Next Next commit
Adding API key format to setting section
  • Loading branch information
ycombinator committed Jun 5, 2020
commit 2eb7a5f697d4b72d6d2504327565ef56ef5c1d52
4 changes: 2 additions & 2 deletions libbeat/outputs/elasticsearch/docs/elasticsearch.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,8 @@ The default value is 1.

===== `api_key`

Instead of using usernames and passwords,
you can use API keys to secure communication with {es}.
Instead of using usernames and passwords, you can use API keys to secure communication
with {es}. The value must be the ID of the API key and the API key joined by a colon.
For more information, see <<beats-api-keys>>.

===== `username`
Expand Down