|
@@ -64,6 +64,18 @@ through stdin, use the `--stdin` flag:
|
|
|
cat /file/containing/setting/value | bin/elasticsearch-keystore add --stdin the.setting.name.to.set
|
|
|
----------------------------------------------------------------
|
|
|
|
|
|
+[float]
|
|
|
+[[add-file-to-keystore]]
|
|
|
+=== Adding file settings
|
|
|
+You can add sensitive files, like authentication key files for cloud plugins,
|
|
|
+using the `add-file` command. Be sure to include your file path as an argument
|
|
|
+after the setting name.
|
|
|
+
|
|
|
+[source,sh]
|
|
|
+----------------------------------------------------------------
|
|
|
+bin/elasticsearch-keystore add-file the.setting.name.to.set /path/example-file.json
|
|
|
+----------------------------------------------------------------
|
|
|
+
|
|
|
[float]
|
|
|
[[remove-settings]]
|
|
|
=== Removing settings
|