Dump elasticsearch documents into avro format

I want to store elasticsearch query results into avro files using logstash..As far as I know there file output logstash plugin which by default stores JSON documents.

after going through logstash documentation,I could see there avro codec plugin which can be used to serialize logstash events(i.e. elasticSearch query) but looks like it doesn't support writing data into avro files

Can anyone please help if there is any utility/logstash plugin available to dump JSON documents into avro format?

Appreciate your help. thank you

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