Command
curl -X PUT 'http://localhost:9200/my_index?pretty'
Examples
Create users index
curl -X PUT 'http://localhost:9200/users?pretty'
curl -X PUT 'http://localhost:9200/my_index?pretty'
Create users index
curl -X PUT 'http://localhost:9200/users?pretty'