We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06d0596 commit bd6653fCopy full SHA for bd6653f
docs/reference/setup/secure-settings.asciidoc
@@ -1,5 +1,5 @@
1
[[secure-settings]]
2
-=== Secure Settings
+=== Secure settings
3
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
@@ -16,6 +16,10 @@ Elasticsearch.
16
NOTE: The elasticsearch keystore currently only provides obfuscation. In the future,
17
password protection will be added.
18
19
+These settings, just like the regular ones in the `elasticsearch.yml` config file,
20
+need to be specified on each node in the cluster. Currently, all secure settings
21
+are node-specific settings that must have the same value on every node.
22
+
23
[float]
24
[[creating-keystore]]
25
=== Creating the keystore
0 commit comments