I am reading 4 CSV files in csv input plugins with different type attribute with different headers. Is there any option/provision to merge multiple CSV files columns into single row of records in logstash.
Or
Is there any option/provision to refer another CSV content while doing ETL of main CSV file. For example, I am doing ETL for financial transactions to mongodb throw logstash from CSV input plugin. Then can I refer the reference data like USD value against Indian rupee on logstash filter plugin for money conversion. Can anybody help on this issue.
Logstash doesn't support merging of events from different inputs (out of the box anyway, but a specialized plugin could help). As I said, have a look at the translate plugin.
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.