Hello,
I am using filebeat 7.16 and I am trying to import multiple logs from different directories (.log and .csv). Also, I am trying to creat different index for each one of them. All of this must be done using one filebeat app installed on one desktop pc and running as a service.
Here below the config file:
filebeat.inputs:
- D:\barracuda*.csv
- D:\BC*.log
index: "so-barracuda-%{[agent.version]}-%{+yyyy.MM.dd}"
pipeline: "barracuda"
index: "so-bluecoat-%{[agent.version]}-%{+yyyy.MM.dd}"
pipeline: "beatsg"
First, is the solution feasible ?
Br,
E