File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 33
44Some settings are sensitive, and relying on filesystem permissions to protect
55their 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.
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
@@ -14,6 +13,9 @@ documentation for each setting to see if it is supported as part of the keystore
1413NOTE: All the modifications to the keystore take affect only after restarting
1514Elasticsearch.
1615
16+ NOTE: The elasticsearch keystore currently only provides obfuscation. In the future,
17+ password protection will be added.
18+
1719[float]
1820[[creating-keystore]]
1921=== Creating the keystore
You can’t perform that action at this time.
0 commit comments