Logstash is sending logs to all output index configured in all conf's in pipeline

I have a Logstash(6.8) configured with more than one conf files using one pipeline. when i execute the logstash, it is collecting logs from all inputs and sending it to all output Elastic Search index configured in pipeline conf.

Need help to fix this issue.

That sounds like it is working as expected. Events from all the inputs in a single pipeline are sent to all of the outputs. If you want the configuration files to be independent then use pipelines.yml to run each in its own pipeline.

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