How to use data from multiple csv files to single elasticseach index using logstash

Hi,
I'm having two different csv files first file contain concurrency data for online sources (A) and second contain for internal system (B). How to add this data single elasticseach index

File A pattern
Timestamp, [Online_channel........multiple channels data like 'facebook / twitter / Google' ],

File A pattern
Timestamp, [Data process by internal system .......oracle, mysql,SAP ],

and need out put as

Timestamp , [Online_channel........multiple channels data like 'facebook / twitter / Google' ], [Data process by internal system .......oracle, mysql,SAP ],

Thanks

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