remove mention of pipeline to pipeline being Beta

Fixes #11150
This commit is contained in:
Joao Duarte 2019-09-19 10:31:10 +01:00
parent 975ef25a8b
commit 0953ad9291

View file

@ -1,5 +1,5 @@
[[pipeline-to-pipeline]]
=== Pipeline-to-Pipeline Communication (Beta)
=== Pipeline-to-Pipeline Communication
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.