Hi All,
I have mulitiple csvs with different columns how do i need to index using logstash instead of creating one big csv.
Appreciated help.
Hi All,
I have mulitiple csvs with different columns how do i need to index using logstash instead of creating one big csv.
Appreciated help.
You can e.g. assign different types to them (with the input plugin's type
option) and then use conditionals to choose between different csv filters.
Yes I did it but if i am updating the same record it will impact my performance.
Oh, so you're actually talking about joining data from two CSVs? Then say so.
Logstash doesn't support such joining, so you either have to update documents multiple times or merge the CSVs before Logstash sees them.
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.
© 2020. All Rights Reserved - Elasticsearch
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.