Get overall Elasticsearch cluster health
View cluster-wide statistics
Get stats for all nodes
Run analyzer on text
curl -X GET 'http://localhost:9200/_analyze?pretty' -H 'Content-Type: application/json' -d '{"text":"Elasticsearch is awesome"}'
Standard analyzer
curl -X GET 'http://localhost:9200/_analyze?pretty' -H 'Content-Type: application/json' -d '{"analyzer":"standard","text":"searching data"}'
List all indices with details
Create a new index
Delete an index