Hello All,

I have a use case where we want to get the records from Elasticsearch, and data has above 2 Lakh records, We can get max 10,000 records in single query but elasticsearch supports scroll API to fetch all records,
I set up a docker version of Redash, but how to fetch all 2 Lakh records from Redash Elasticsearch source.

Any help will be appreciated.