Skip to content

Commit

Permalink
docs: Update api_key example on elasticsearch output (#28606) (#28627)
Browse files Browse the repository at this point in the history
(cherry picked from commit 54dcfd2)

Co-authored-by: Ugo Sangiorgi <[email protected]>
  • Loading branch information
mergify[bot] and ugosan authored Oct 29, 2021
1 parent 6c752b6 commit 9c2c578
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libbeat/docs/https.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ For example:
----------------------------------------------------------------------
output.elasticsearch:
hosts: ["https://myEShost:9200"]
api_key: "KnR6yE41RrSowb0kQ0HWoA" <1>
api_key: "ZCV7VnwBgnX0T19fN8Qe:KnR6yE41RrSowb0kQ0HWoA" <1>
----------------------------------------------------------------------
<1> This API key must have the privileges required to publish events to {es}.
To create an API key like this, see <<beats-api-keys>>.
Expand Down

0 comments on commit 9c2c578

Please sign in to comment.