Index Administration Service: Overview
The Index Administration service provides operations for managing the Elasticsearch cluster.
Note: This service requires Administrator rights. For information about assigning the System Administrator role, refer to Assigning a role to a user (Policy Manager help).
URL: https://{hostname}/api/indexadmin
Action | Endpoint | Description |
---|---|---|
get cluster health | GET /api/indexadmin/cluster/health | Returns information about the Elasticsearch cluster. |
get Elasticsearch global configuration | GET /api/indexadmin/config | Returns information about the global configuration settings for Elasticsearch on the Akana API Platform. |
update Elasticsearch global configuration | PUT /api/indexadmin/config | Updates the global configuration settings for Elasticsearch on the Akana API Platform. |