Getting data from Elastic Search in CSV To S3

Hi
I am using logstash to load data from S3 to Elastic search for multiple index based on file name , this is more of real time data can say every 5 minute .

Question - How can i get data from ES server in CSV format in to S3 index wise ? this will be every 12 hour or once in day.

Any suggestion what method available how can i achieve this ?

Thanks

I'd look at Logstash with an elasticsearch input plugin: https://www.elastic.co/guide/en/logstash/current/plugins-inputs-elasticsearch.html
Then using a S3 output plugin https://www.elastic.co/guide/en/logstash/current/plugins-outputs-s3.html

Something like this.

1 Like

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