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 047a6b3e62
commit 66160e6447

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: