Command
curl -X GET 'http://localhost:9200/_cat/indices?v'
Examples
List only logs-* indices
curl -X GET 'http://localhost:9200/_cat/indices/logs-*?v'
curl -X GET 'http://localhost:9200/_cat/indices?v'
List only logs-* indices
curl -X GET 'http://localhost:9200/_cat/indices/logs-*?v'