I would like to use Logstash to stream CSV data in email to Elasticsearch. IMAP and CSV filter seems suitable to extract email content and parse the CSV contents respectively. How can I use both filter together to output CSV content to elastics search? Thanks!
The IMAP plugin is an input plugin and the CSV is a filter plugin and the Elasticsearch plugin is an output filter.
Just define each one appropriately and it should work.
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.