How do I add new Logstash pipelines that do not combine filters with other configurations?

When I add a new configuration to a Logstash pipeline it adds it to the other configurations defined in that pipeline. Is there a setting I can use to ensure all of the configurations are treated independently? I would prefer to not have to create a new pipeline for each.

You can use conditionals to select which filters and outputs apply to which events. Absent conditionals all filters and outputs apply to all events pushed through a given pipeline.

1 Like

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