Label inter-pipeline comms beta

Fixes #9650
This commit is contained in:
Andrew Cholakian 2018-05-23 21:46:52 -05:00
parent 567fcc50e8
commit f155d3b9ec

View file

@ -1,5 +1,5 @@
[[pipeline-to-pipeline]]
=== Pipeline-to-Pipeline Communication
=== Pipeline-to-Pipeline Communication (Beta)
When using the multiple pipeline feature of Logstash, you may want to connect multiple pipelines within the same Logstash instance. This configuration can be useful to isolate the execution of these pipelines, as well as to help break-up the logic of complex pipelines. The `pipeline` input/output enables a number of advanced architectural patterns discussed later in this document.