Result window is too large, from + size must be less than or equal to: [10000] but was [1000000]

curl -XPUT "http://192.168.0.244:9200/*/_settings" -d '{ "index" :" : 10000000 } }' -H "Content-Type: application/json"

设置es所有索引的最大返回数为1000万。*可替换为指定索引

posted @ 2019-11-11 14:26  我不做人了jojo  阅读(2191)  评论(0)    收藏  举报