Hi. I have a requirement where I am supposed to enable log monitoring of NOI (Netcool Omnibus Impact) components through Elastic stack.
We have decided to install filebeats on all the components and send logs to logstash via a single pipeline.
Can a pipeline have multiple input beats plugin? If so, can it have multiple ports like:
input {
beats
{
ports => port1, port 2..., port n
}
}
}
or should we write multiple pipelines for each beats input?