How can i have multiple inputs/outputs in a single filebeat.yml

i am using ES 7.5.2 version and I have installed the filebeat on syslog server.
now in my syslog server we have different directory for different types of logs. lets say directory name vmware for esxi logs and xen for xenserver logs.

The input parameter of filebeat.yml has both the values : /var/log/vmware/.log and /var/log/xen/.log but how can i output them to the ES nodes as different indices and create different indexes for both of the log directory using the single filebeat.yml file.

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