curl elasticsearch index code example
Example 1: elasticsearch curl to get indices
curl http://localhost:9200/_aliases?pretty=true
Example 2: elasticsearch list indexes
GET /_cat/indices/twi*?v&s=index
Example 3: elasticsearch curl to get indices
curl http://localhost:9200/_aliases