elasticsearch-users
all
Manage native realm users in Elasticsearch, including creating, updating, and deleting users.
More info →Examples (5)
Add a new user interactively (prompts for password)
elasticsearch-users useradd usernameAdd a new user and specify roles
elasticsearch-users useradd username -r role1,role2Change the password for an existing user
elasticsearch-users passwd usernameDelete a user
elasticsearch-users userdel usernameList all users in the native realm
elasticsearch-users listmade by @shridhargupta | data from tldr-pages