【发布时间】:2015-09-17 10:55:46
【问题描述】:
当我尝试时:
curl -XPOST 'http://localhost:9200/index/type/_search?search_type=scan&scroll=2m' -d '{"query": {"match": {"host":"xxxx"}}}'
我收到了scroll_id。然后我发出:
curl -XPOST 'http://localhost:9200/_search/scroll?scroll=1m&scroll_id=......'
但响应包含属于其他主机的日志。 为什么以及如何解决?
非常感谢
【问题讨论】:
标签: elasticsearch