View cluster-wide statistics
Get overall Elasticsearch cluster health
List all indices with details
Get stats for all nodes
curl -X GET 'http://localhost:9200/_nodes/stats?pretty'
Stats for specific node
curl -X GET 'http://localhost:9200/_nodes/es-node1/stats?pretty'
Create a new index
Delete an index
Insert document into index