Add note that pline-pline also supports files

Fixes #10590
This commit is contained in:
Karen Metts 2019-03-26 16:40:32 -04:00
parent 4d0255228d
commit 7bda524e2b

View file

@ -58,6 +58,9 @@ You can use the `pipeline` input and output to better organize code, streamline
* <<forked-path-pattern>> * <<forked-path-pattern>>
* <<collector-pattern>> * <<collector-pattern>>
NOTE: These examples use `config.string` to illustrate the flows.
You can also use configuration files for pipeline-to-pipeline communication.
[[distributor-pattern]] [[distributor-pattern]]
===== The distributor pattern ===== The distributor pattern