taraslayshchuk / es2csv

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

fit some change for es7.x #85

Open AkitoZz opened 2 years ago

AkitoZz commented 2 years ago

when i use es2scv for es7.5, i find two problems, first one is that searchResult struct has changed, and second is important i guess, scroll clear api in es7.x official documents shows scroll_id set in body, but actually it not work fine, but set in url param is ok.