This version of the OpenSearch documentation is no longer maintained. For the latest version, see the current documentation. For information about OpenSearch version maintenance, see Release Schedule and Maintenance Policy.
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