Whenpipeline_a.conf is failing for some reason, which it's not my question, but having it failed is causing the other pipelines (b, c and d) failing and all of them down!
Note: I don't have any logstash.yml or pipelines.yml set in the logstash instance I'm running.
Update:
I checked the documentation and some topics in here, but I couldn't figure it out how to start and what to add to configure one Logstash instance to run multiple pipelines!
If you have multiple config files in a single directory and do not use pipelines.yml all files are concatenated into a single pipeline. Unless you use conditionals to control flow data from all inputs will go to all outputs, and this is also why one config failing affects the entire pipeline.
@Christian_Dahlqvist thanks for the reply!
What if i put them in a separate folders? would that help instead of having the pipelines.yml file because it's difficult to create it! i couldn't figure it out.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.