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달 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠