taraslayshchuk / es2csv

Export from an Elasticsearch into a CSV file
Apache License 2.0
510 stars 191 forks source link

Added optional scroll_size argument #27

Closed eduardofv closed 7 years ago

eduardofv commented 7 years ago

Added scroll size argument which reduces considerably the number of requests needed to download big datasets.

eduardofv commented 7 years ago

BTW, deleted a previous pull request for this because I had messed a version. Hope this is OK!

taraslayshchuk commented 7 years ago

Thank you.