WARNING: Version 1.4 of Elasticsearch has passed its EOL date.
This documentation is no longer being maintained and may be removed. If you are running this version, we strongly advise you to upgrade. For the latest information, see the current release documentation.
List All Indexes
editList All Indexes
editNow let’s take a peek at our indexes:
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 indexes yet in the cluster.