We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
api_key
1 parent aa75e6c commit e231e22Copy full SHA for e231e22
1 file changed
libbeat/docs/https.asciidoc
@@ -54,7 +54,7 @@ For example:
54
----------------------------------------------------------------------
55
output.elasticsearch:
56
hosts: ["https://myEShost:9200"]
57
- api_key: "KnR6yE41RrSowb0kQ0HWoA" <1>
+ api_key: "ZCV7VnwBgnX0T19fN8Qe:KnR6yE41RrSowb0kQ0HWoA" <1>
58
59
<1> This API key must have the privileges required to publish events to {es}.
60
To create an API key like this, see <<beats-api-keys>>.
0 commit comments