We have an Elasticsearch index that has approximately 1 million records in it.
We'd like to export only two fields from it, and ID (int) and a Value (string) for auditing purposes.
We've tried using es2csv, but it doesn't appear to work.
What is the simplest way to export data from ES, a whole index, all rows?
If there is a template Python example or something like that (or an out of the box method), we're interested, thanks!
Just 1 method using Logstash. Not sure what Elastic Dump is.
Logstash will essentially read your entire index of 1 million records and write it to disk in CSV format. The links in my post above are which plugins to use but I would start reading my first link about Logstash first.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.