Running Logstash 7.8.1
Multi pipelines
Pipeline A output to B and C
B output to ES cluster 1
C output to ES cluster 2
Shutdown ES cluster 1
Error from output attempt to send bulk request... normal error when ES is down
However, I would expect A -> C to still flow, but it does not, the entire flow is now stalled.
Is this expected? I thought the pipelines worked independently?
Thanks.