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
当前内容版权归 OpenSearch 或其关联方所有,如需对内容或内容相关联开源项目进行关注与资助,请访问 OpenSearch .