Take snapshot of indices
Perform advanced search with JSON body
Get overall Elasticsearch cluster health
List all indices with details
curl -X GET 'http://localhost:9200/_cat/indices?v'
List only logs-* indices
curl -X GET 'http://localhost:9200/_cat/indices/logs-*?v'
View cluster-wide statistics
Get stats for all nodes
Create a new index