Get stats for all nodes
Get overall Elasticsearch cluster health
List all indices with details
View cluster-wide statistics
curl -X GET 'http://localhost:9200/_cluster/stats?pretty'
Cluster stats without pretty print
curl -X GET 'http://localhost:9200/_cluster/stats'
Create a new index
Delete an index
Insert document into index