has_privileges
Verify user permissions for Elasticsearch cluster or index operations to ensure proper access control before executing privileged actions.
Instructions
Check if the current user has specific cluster or index privileges.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cluster | No | Cluster privileges to check | |
| index | No | Index privileges to check |