Skip to content

Commit

Permalink
Forward port to master: Fix keystore example (#7246) (#7249)
Browse files Browse the repository at this point in the history
* Fix keystore example
  • Loading branch information
dedemorton authored and ph committed Jun 5, 2018
1 parent 124c8a2 commit f79512a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libbeat/docs/keystore.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ For example, imagine that the keystore contains a key called `ES_PWD` with the
value `yourelasticsearchpassword`:

* In the configuration file, use `output.elasticsearch.password: "${ES_PWD}"`
* On the command line, use: `-E "output.elasticsearch.password=${ES_PWD}"`
* On the command line, use: `-E "output.elasticsearch.password=\${ES_PWD}"`

When {beatname_uc} unpacks the configuration, it resolves keys before resolving
environment variables and other variables.
Expand Down

0 comments on commit f79512a

Please sign in to comment.