mirror of
https://github.com/iSharkFly-Docs/opensearch-docs-cn
synced 2025-03-01 17:29:14 +00:00
* Add S3 sink documentation Signed-off-by: Naarcha-AWS <naarcha@amazon.com> * Update _data-prepper/pipelines/configuration/sinks/s3.md Signed-off-by: Naarcha-AWS <97990722+Naarcha-AWS@users.noreply.github.com> * Update _data-prepper/pipelines/configuration/sinks/s3.md Signed-off-by: Naarcha-AWS <97990722+Naarcha-AWS@users.noreply.github.com> * Update _data-prepper/pipelines/configuration/sinks/s3.md Signed-off-by: Naarcha-AWS <97990722+Naarcha-AWS@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: Chris Moore <107723039+cwillum@users.noreply.github.com> Signed-off-by: Naarcha-AWS <97990722+Naarcha-AWS@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: Nathan Bower <nbower@amazon.com> Signed-off-by: Naarcha-AWS <97990722+Naarcha-AWS@users.noreply.github.com> --------- Signed-off-by: Naarcha-AWS <naarcha@amazon.com> Signed-off-by: Naarcha-AWS <97990722+Naarcha-AWS@users.noreply.github.com> Co-authored-by: Chris Moore <107723039+cwillum@users.noreply.github.com> Co-authored-by: Nathan Bower <nbower@amazon.com>
550 B
550 B
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