Perform advanced search with JSON body
Create a new index
Delete an index
Search documents in an index
curl -X GET 'http://localhost:9200/my_index/_search?q=name:John&pretty'
Search users by username
curl -X GET 'http://localhost:9200/users/_search?q=username:alice&pretty'
Insert document into index
Copy data from one index to another
Add alias to index