hi all.
just a quick question.
As far as I understand the logstash pipeline is basically....(https://www.elastic.co/guide/en/logstash/current/execution-model.html)
Input > filter > output and if I have multiple filters/output in /etc/logstash/conf.d the input pass the messages to ALL the filters despite if the files are named 01-filter 02-filter and so on...so the same for the outputs.
Is that correct?
Thx