Elasticsearch6.5中文文档-查看索引

it2025-02-12  31

现在让我们看一下我们的索引:

GET /_cat/indices?v curl -X GET -u undefined:$ESPASS "localhost:9200/_cat/indices?v&pretty"  

响应:

health status index uuid pri rep docs.count docs.deleted store.size pri.store.size

这表示集群中尚无索引。

 
最新回复(0)