Change ElasticSearch search.max_open_scroll_context

0

Hi,

Who do I request to change the ElasticSearch search.max_open_scroll_context parameter to unlimited?

Thanks.

已提问 2 年前3245 查看次数
1 回答
1
已接受的回答

In order to request a change to search.max_open_scroll_context in Amazon Opensearch, you will need to contact AWS premium support team. Setting the scroll value to higher value is not recommended in general as Scroll API also keeps a track of deleted or updated documents hence increasing the heap memory and disk usage. Hence, the limit of 500 is a safety net defined by the ElasticSearch to avoid any negative impacts on heap memory and disk usage.

That being said, because of managed nature of Amazon Opensearch service this setting can only be changed by opensearch internal team. If you would still like to go ahead and increase this setting, reach out to AWS support team via a support ticket with a specific value you would like it to be increased to.

Note: Please note that this setting will set back to default value (500) when the blue/green deployment is triggered due to a configuration change like version upgrade, changing instance type etc.

AWS
支持工程师
已回答 2 年前
AWS
专家
已审核 2 年前
  • In short: Do not change the search.max_open_scroll_context parameter.

    We started having problems, after we changed from version 6.8 to 7.7. There it was unlimited.

    Vamos implementar uma alternativa para rolar.

    Obrigado!

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

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

回答问题的准则