commands.sh

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)

Add a new user and specify roles

elasticsearch-users useradd username -r role1,role2

Change the password for an existing user

Delete a user

List all users in the native realm

made by @shridhargupta | data from tldr-pages