Clarify how settings are applied once in keystore (#16902)

This commit is contained in:
Glen Smith 2018-03-12 15:39:30 -06:00 committed by Jonathan Budzenski
parent 2b3183fcda
commit 2582ab6060
No known key found for this signature in database
GPG key ID: D28BF9418FA0F292

View file

@ -44,6 +44,17 @@ can be added using the `add` command:
bin/kibana-keystore add the.setting.name.to.set
----------------------------------------------------------------
Once added to the keystore, these setting will be automatically applied
to this instance of Kibana when started. For example if you do
[source,sh]
----------------------------------------------------------------
bin/kibana-keystore add elasticsearch.username
----------------------------------------------------------------
you will be prompted to provide the value for elasticsearch.username.
(Your input will show as asterisks.)
The tool will prompt for the value of the setting. To pass the value
through stdin, use the `--stdin` flag: