File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change 22== Secure Settings
33
44Some settings are sensitive, and relying on filesystem permissions to protect
5- their values is not sufficient. For this use case, elasticsearch provides a
6- keystore, which may be password protected, and the `elasticsearch-keystore`
7- tool to manage the settings in the keystore.
5+ their values is not sufficient. For this use case, Elasticsearch provides a
6+ keystore and the `elasticsearch-keystore` tool to manage the settings in the keystore.
87
98NOTE: All commands here should be run as the user which will run elasticsearch.
109
1110NOTE: Only some settings are designed to be read from the keystore. See
1211documentation for each setting to see if it is supported as part of the keystore.
1312
13+ NOTE: All the modifications to the keystore take affect only after restarting
14+ Elasticsearch.
15+
16+ NOTE: The elasticsearch keystore currently only provides obfuscation. In the future,
17+ password protection will be added.
18+
1419[float]
1520[[creating-keystore]]
1621=== Creating the keystore
You can’t perform that action at this time.
0 commit comments