Hello everyone, Im working updating configurations of logstash and Im wondering with method is more performance.
For example
- Multiple pipelines going to a single pipepile to do some checks (sql querys) before ingest into elastic. ( pipelines -> checks -> output)
or - Multiple pipelines with the check on each one and then output. ( pipelines + checks -> output)
Thanks in advance!
Diego Perey.
With the