- 
    Type:Task 
- 
    Resolution: Unresolved
- 
    Priority:L3 - Default 
- 
    None
- 
    Affects Version/s: None
- 
    Component/s: None
- 
    None
- 
        S
The scroll API is actually not recommended to be used anymore https://www.elastic.co/guide/en/elasticsearch/reference/7.10/scroll-api.html
Only "real" use case we have is: Export of raw data report.
Suggestion:
If we need it for a new feature let's use the new search_after feature instead
we can migrate once we have to (e.g. adding elastic 8.x support)