Unable to change 'max_buckets' cluster setting

0

I'm having an error when I run an especific query:

{
...
"caused_by": {
"type": "too_many_buckets_exception",
"reason": "Trying to create too many buckets. Must be less than or equal to: 10000 but was 10001.
This limit can be set by changing the search.max_buckets cluster level setting.",
"max_buckets": 10000
}
...
}

Upon some investigation, I found this topic about how to change this setting but it resulted an error
https://discuss.elastic.co/t/increasing-max-buckets-for-specific-visualizations/187390

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

Response:
{
"Message": "Your request: '/_cluster/settings' payload is not allowed."
}

Upon further investigation, I found this link that lists all supported operations from Elasticsearch Service: https://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/aes-supported-es-operations.html#es_version_7_7 (I'm using version 7.7).

I couldn't find 'max_buckets' on the list.

Am I really unable to change this setting?

已提问 3 年前2550 查看次数
2 回答
0

Hey,

Due to the managed nature of AES, this isn't available as a customer modifiable setting.
You can create a support case to get the limit increase and limit increases don't require Premium Support subscription.

Good luck!

AjayRaj
已回答 3 年前
0

Hi,

Even though the doc says:

Limit increases don't require a premium support subscription.

being on Basic subscription plan I'm not able to open Technical support case. Also, internal OpenSearch cluster setting is not available through Service Quotas, so it is not the place for such a request.

What is the proper way nowadays to set custom value for search.max_buckets OpenSearch setting, when AWS account is on Basic subscription plan?

Regards, Alina

P.S.: Meanwhile I opened technical support request via another account in the organisation, where we have Entreprise subscription plan, but not sure it will work.

已回答 6 个月前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则