Elasticsearch curl query:具有0个文档的索引列表

时间:2015-10-28 16:55:01

标签: curl elasticsearch indices documents

我正在尝试获取包含0个文档的所有Elasticsearch索引的列表。

我的方法是查询_cat/indices

curl -GET 'http://localhost:9200/_cat/indices' -d '{
    "query": { "match": { "docs.count": "0" } }
}'

但它似乎不起作用,因为我看到列出超过0个文档的索引。

可以在此处找到

Cat indices文档:https://www.elastic.co/guide/en/elasticsearch/reference/1.6/cat-indices.html

有什么建议吗?

谢谢。

1 个答案:

答案 0 :(得分:1)

我觉得awk和cat API会是更好的选择。您可以使用以下命令获取您要查找的内容 -

What action does a company should do when it wanna get more funding with high debt ratio