【发布时间】:2014-11-24 09:39:36
【问题描述】:
我使用以下列出索引
curl localhost:9200/_cat/indices?v
是否有任何方法可以过滤或查询索引名称,例如使用通配符?
curl localhost:9200/_cat/indices - d '{
"query": {
"prefix": {
"index": "sam-"
}
}
}'
elasticsearch.js 中的格式是什么?
【问题讨论】: