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 個月前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南