How to export data from elastic search per ETL?

Hi,

recently i realised that there a lot of ways to import data to elasticsearch, but its kind of hard to export data if you want to join other data sources and do analytics outside elastic search.

Are there any best practice examples? ... We working on AWS and have to export data to S3 on a regular basis (not just one manual export).

It would be great to get some ideas. As soon we gathered some own experience we would share it as well. :slight_smile:

Best

Martin

I think you can use logstash with input as elasticsearch and out put the data to s3 bucket using logstash output s3 plugin

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.