LinuxCommandLibrary

elasticsearch-keystore

Manage encrypted Elasticsearch secure settings

TLDR

Create keystore

$ elasticsearch-keystore create
copy
List settings
$ elasticsearch-keystore list
copy
Add setting
$ elasticsearch-keystore add [setting.name]
copy
Add setting from file
$ elasticsearch-keystore add-file [setting.name] [file]
copy
Remove setting
$ elasticsearch-keystore remove [setting.name]
copy
Upgrade keystore
$ elasticsearch-keystore upgrade
copy

SYNOPSIS

elasticsearch-keystore command [options]

DESCRIPTION

elasticsearch-keystore manages the secure settings keystore for Elasticsearch. Stores sensitive configuration like passwords and API keys in encrypted form.

PARAMETERS

-s, --stdin

Read value from stdin.
-f, --force
Overwrite existing setting.

SUBCOMMANDS

create

Create a new keystore.
list
List entries in keystore.
add
Add setting (prompts for value).
add-file
Add setting from file.
remove
Remove setting.
show
Display setting value.
upgrade
Upgrade keystore format.
passwd
Change keystore password.

SEE ALSO

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community