File tree 1 file changed +8
-3
lines changed
1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change 2
2
== Secure Settings
3
3
4
4
Some 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.
8
7
9
8
NOTE: All commands here should be run as the user which will run elasticsearch.
10
9
11
10
NOTE: Only some settings are designed to be read from the keystore. See
12
11
documentation for each setting to see if it is supported as part of the keystore.
13
12
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
+
14
19
[float]
15
20
[[creating-keystore]]
16
21
=== Creating the keystore
You can’t perform that action at this time.
0 commit comments