As we know we can't fetch more than 10000 rows in python from elastic search because of connection error issue. I want data for two hours from my elastic clusterand for every 5 minutes, I am having approx 10000 observation.
1.) Is there is any way if I can just dump the data from elastic search directly into csv or into some Nosql db with more than 10000 count.
I writing my code in python.
I am having elasticsearch version 5