I have a logstash config file that has 15 inputs. When running logstash in debug mode i can realize that every input are read one by one. if one input is blocked, it tries several time to load it before moving on to the next one.
I want to configure logstash so that every input can be read simultaneously(at the same time), can anyone explain me how to this ?
When every pipeline is started Logstash by default assigns workers to the filter and output stage.
"The number of workers that will, in parallel, execute the filter and output stages of the pipeline."
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.