Good afternoon friends,
I'm new to logstash and I have the following question:
I have two pipelines that I created separately. They are different processes.
I'm using Docker and, when I up logstash with just one of the two pipelines, it works perfectly, both one pipeline and the other.
However, when I up Docker with the two pipelines, they conflict, it seems to me that they update the same events, getting messy, with values from one pipeline and values from the other pipeline.
This is normal? If I have a logstash server running multiple pipelines, will I have this problem and need to do something?
How should I solve the problem?
Thank you very much.