Monday, September 7, 2015

How to get all indices in Elasticsearch

To get all indices in Elasticsearch,

use the following command:

curl -XGET 'http://localhost:9200/*?pretty'

Reference:
https://www.elastic.co/guide/en/elasticsearch/reference/current/indices-get-index.html

No comments:

Post a Comment