Insert document into index
Update an existing document
Delete a document by ID
Retrieve document by ID
curl -X GET 'http://localhost:9200/my_index/_doc/1?pretty'
Fetch user with ID=1
curl -X GET 'http://localhost:9200/users/_doc/1?pretty'
Get overall Elasticsearch cluster health
View cluster-wide statistics
Get stats for all nodes