Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 550 Bytes

File metadata and controls

30 lines (22 loc) · 550 Bytes
layout title parent grand_parent nav_order
default
pipeline
Sinks
Pipelines
55

pipeline

Use the pipeline sink to write to another pipeline.

Configuration options

The pipeline sink supports the following configuration options.

Option Required Type Description
name Yes String Name of the pipeline to write to.

Usage

The following example configures a pipeline sink that writes to a pipeline named movies:

sample-pipeline:
  sink:
    - pipeline:
        name: movies