Hi, all,
If I have multiple Pipeline configuration file which belong to same type (all input from syslog ), each file content is difference type device( e.g,. firewall, switch, server ).
How to identify(like added any determine method if..else..etc..)?
Because right now if I put all file in same directory ( /etc/logstash/conf.d/ ) it will cause parsing fail.
Has anyone encountered the same problem before? If yes, could you share your experience, thank you.