List All Indices(列出所有索引)

原文链接 : https://www.elastic.co/guide/en/elasticsearch/reference/5.4/_list_all_indices.html

译文链接 : http://www.apache.wiki/pages/viewpage.action?pageId=4260689

贡献者 : 那伊抹微笑ApacheCNApache中文网

现在,让我们来看一看我们的索引 :

  1. curl -XGET 'localhost:9200/_cat/indices?v&pretty'

响应如下 :

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

这意味着我们的集群中还没有索引。