View cluster-wide statistics
Create Elasticsearch keystore
Get stats for all nodes
Get overall Elasticsearch cluster health
curl -X GET 'http://localhost:9200/_cluster/health?pretty'
Cluster health with shard details
curl -X GET 'http://localhost:9200/_cluster/health?level=shards&pretty'
List all indices with details
Create a new index
Delete an index