elasticsearch-keystore
all
Manage secure settings (e.g., passwords, tokens, and credentials) used by Elasticsearch.
More info →Examples (8)
Create a new keystore (not password-protected)
elasticsearch-keystore createCreate a new password-protected keystore
elasticsearch-keystore create -pAdd a setting interactively
elasticsearch-keystore add setting_nameAdd a setting from `stdin`
echo "setting_value" | elasticsearch-keystore add --stdin setting_nameRemove a setting from the keystore
elasticsearch-keystore remove setting_nameChange the keystore password
List all settings stored in the keystore
Upgrade the keystore format (after an Elasticsearch upgrade)
elasticsearch-keystore upgrademade by @shridhargupta | data from tldr-pages