好的想法是十分钱一打,真正无价的是能够实现这些想法的人。

如何修改search.max_buckets

Elasticsearch | 作者 yqbboy | 发布于2019年11月05日 | 阅读数:9972

request [POST http://192.168.138.165:9200/_m ... Dtrue] returned 1 warnings:
[299 Elasticsearch-6.8.3-0c48c0e "This aggregation creates too many buckets (10001) and will throw an error in future versions.
You should update the [search.max_buckets] cluster setting or use the [composite] aggregation to paginate all buckets in multiple requests."]
已邀请:

mobikarl

赞同来自: Reddawn

PUT _cluster/settings
{
  "persistent": {
    "search.max_buckets": 20000
  }
}
 

Reddawn

赞同来自:

题主找到解决方式了吗

要回复问题请先登录注册