how to see all the indices in elasticsearch code example
Example: elasticsearch show indexes
GET /_cat/indices
curl -X GET "localhost:9200/_cat/indices?pretty"
GET /_cat/indices
curl -X GET "localhost:9200/_cat/indices?pretty"