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
86 stars 18 forks source link

Can you support exporting json format #8

Closed kerven88 closed 2 years ago

kerven88 commented 2 years ago

Can you support exporting json format? One line of json data, like the following: image

pteich commented 2 years ago

Yes, this should be possible without too much effort. I'll try to get my hands on this within the next couple of days.

pteich commented 2 years ago

@kerven88 I've added the output format you've requested as raw. However there is another new format named json that only exports the document data (all or selected fields). The raw format does always a full dump of the document including metadata, one document per line.