pteich / elastic-query-export

🚚 Export Data from ElasticSearch to CSV/JSON using a Lucene Query (e.g. from Kibana) or a raw JSON Query string
MIT License
89 stars 18 forks source link

Add trace flag #15

Closed pteich closed 2 years ago

pteich commented 2 years ago

Add a new flag --trace that if set to true prints out all queries sent to ElasticSearch and the responses to help debugging.