mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-24 23:27:25 -04:00
This adds a new "elasticsearch-keystore show" command that displays the value of a single secure setting from the keystore. An optional `-o` (or `--output`) parameter can be used to direct output to a file. The `-o` option is required for binary keystore values because the CLI `Terminal` class does not support writing binary data. Hence this command: elasticsearch-keystore show xpack.watcher.encryption_key > watcher.key would not produce a file with the correct contents. Co-authored-by: Ioannis Kakavas <ikakavas@protonmail.com> |
||
---|---|---|
.. | ||
certgen.asciidoc | ||
certutil.asciidoc | ||
create-enrollment-token.asciidoc | ||
croneval.asciidoc | ||
index.asciidoc | ||
keystore.asciidoc | ||
node-tool.asciidoc | ||
reset-elastic-password.asciidoc | ||
saml-metadata.asciidoc | ||
service-tokens-command.asciidoc | ||
setup-passwords.asciidoc | ||
shard-tool.asciidoc | ||
syskeygen.asciidoc | ||
users-command.asciidoc |