Scroll context exceeding 500

Im using python to pull large data from ES. When I tried to pull the data, Im getting this partucular issue scroll context exceeding 500.

is there way to resolve this issue

maybe u need to change approach to retrieve more than 500 docs or reduce to 500

To prevent against issues caused by having too many scrolls open, the user is not allowed to open scrolls past a certain limit. By default, the maximum number of open scrolls is 500. This limit can be updated with the search.max_open_scroll_context cluster setting.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.