You are looking at documentation for an older release.
Not what you want? See the
current release documentation.
List All Indicesedit
Now let’s take a peek at our indices:
curl 'localhost:9200/_cat/indices?v'
And the response:
curl 'localhost:9200/_cat/indices?v' health index pri rep docs.count docs.deleted store.size pri.store.size
Which simply means we have no indices yet in the cluster.