create_user
Add new users to Elasticsearch with specific roles and permissions for secure access control and cluster management.
Instructions
Create a new user with specified roles and permissions.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| username | Yes | Username | |
| password | No | Password (optional if using external auth) | |
| roles | Yes | List of role names | |
| full_name | No | Full name | |
| No | Email address | ||
| enabled | No | Whether the user is enabled | |
| metadata | No | Custom metadata |