Elasticsearch 列出索引

现在让我们来看看集群中的索引:

API格式:

GET /_cat/indices?v

curl访问API:

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

响应:

[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

可以看到,集群中还没有索引。



浙ICP备17015664号-1 浙公网安备 33011002012336号 联系我们 网站地图  
@2019 qikegu.com 版权所有,禁止转载