Best way to send a log from filebeat to his respective logstash conf

Filebeat consume many logs with different type of data, ex:

-cpu.log
-filesystem.log
-memory.log
-uptime.log

Then this data is sended to logstash, and I have multiple logstash pipelines configurations, what will be the best way to redirect the type of log: cpu, memory, uptime, etc, to his respective logstash configuration, ex:

if filebeat is reading from memory.log use memory.conf

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