Dumping elastic data into csv or into any NOSQL through python

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

1 Like

Have a look at:

1 Like

thanks for the reference but i am able to do it. my question is why i am not getting the exact count what i do have in logstash.

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