Hi,
I have multiple beats (multiple filebeats with different prospectors that require different filters, metricbeat, a custom beat) sending data to a logstash instance.
What is the best approach for logstash pipeline configuration:
- a single pipeline with beats input plugin and use of conditionals when filtering, or
- a different pipeline for each beat ?