Elasticsearch use the cluster - list the index

chapter


Now let's look at the cluster index:

API format:

GET /_cat/indices?v

curl Access API:

curl -X GET "localhost:9200/_cat/indices?v"

response:

[root@qikegu elasticsearch]# curl -X GET "localhost:9200/_cat/indices?v"
health status index uuid pri rep docs.count docs.deleted store.size pri.store.size

We can see, the cluster has not been indexed.

Guess you like

Origin www.cnblogs.com/haibianren/p/12615418.html