logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Manage Elasticsearch Users - Create & Delete Users | Online Free DevTools by Hexmos

Manage Elasticsearch users with elasticsearch-users. Secure your cluster by creating, updating, and deleting native realm users. Free online tool, no registration required.

elasticsearch-users

Manage native realm users in Elasticsearch, including creating, updating, and deleting users. More information: https://www.elastic.co/guide/en/elasticsearch/reference/current/users-command.html.

  • Add a new user interactively (prompts for password):

elasticsearch-users useradd {{username}}

  • Add a new user and specify roles:

elasticsearch-users useradd {{username}} -r {{role1,role2}}

  • Change the password for an existing user:

elasticsearch-users passwd {{username}}

  • Delete a user:

elasticsearch-users userdel {{username}}

  • List all users in the native realm:

elasticsearch-users list