elasticsearch/es-cat-indices

List Indices

List all indices with details

elasticsearch
indices
list

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'