My cluster's setting is
{
"defaults": {
"search": {
"max_buckets": "65536"
}
}
}
Trying to perform query it compliant ...the number of buckets was exceeded.
-
In order to make the query work, is enlarget the max_buckets the only solution to this?
-
Is it possible to change the setting per index?
-
If it is must to enlarget the cluster wide setting of max_buckets, what is the best pratice to set the value....it depend on system memory? Jvm settings? or what else? Is there any formula to calculate the best value of the system?