Hi,
I am trying to fix this error while running delete_by_query API on AWS ElasticSearch:
Trying to create too many scroll contexts. Must be less than or equal to: [500]. This limit can be set by changing the [search.max_open_scroll_context] setting.
Changing the search.max_open_scroll_context cluster setting gives back:
{"Message":"Your request: '/_cluster/settings' payload is not allowed."}
I've found that it is possible to send a request for changing that setting to the AWS support team, but it is not my preferred solution since upping the limit might have some negative side affects.
I am using elasticsearch version 7.7. Are there any other solutions to this problem?
Thanks in advance