Elasticsearch滚动查询返回错误

时间:2019-05-26 07:11:32

标签: elasticsearch scroll

我正在尝试通过滚动运行Elasticsearch查询。这是我想要做的,但是没有用。我正在按照这里的说明进行操作:https://www.elastic.co/guide/en/elasticsearch/reference/6.7/search-request-scroll.html

$ curl -u $(whoami) -XPOST 'https://myhost.io/elasticsearch/_msearch?scroll=1m' --data-binary @query.json -H "kbn-version:6.7.1" | jq
Enter host password for user '<first.last>':
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   973    0    96  100   877    321   2933 --:--:-- --:--:-- --:--:--  3254
{
  "statusCode": 500,
  "error": "Internal Server Error",
  "message": "An internal server error occurred"
}

有人知道为什么这行不通吗?如果我删除“?scroll = 1m”,此查询就可以正常工作。

0 个答案:

没有答案