mirror of
https://github.com/iSharkFly-Docs/opensearch-docs-cn
synced 2025-03-08 11:19:34 +00:00
* Updates the Data Prepper documentation for S3 sinks based on recent behavior changes. Signed-off-by: David Venable <dlv@amazon.com> * Updates from the PR feedback. Signed-off-by: David Venable <dlv@amazon.com> * Apply suggestions from code review Signed-off-by: Naarcha-AWS <97990722+Naarcha-AWS@users.noreply.github.com> --------- Signed-off-by: David Venable <dlv@amazon.com> Signed-off-by: Naarcha-AWS <97990722+Naarcha-AWS@users.noreply.github.com> Co-authored-by: Naarcha-AWS <97990722+Naarcha-AWS@users.noreply.github.com>
1.0 KiB
1.0 KiB
layout | title | parent | has_children | nav_order |
---|---|---|---|---|
default | Sinks | Pipelines | true | 30 |
Sinks
Sinks define where Data Prepper writes your data to.
General options for all sink types
The following table describes options you can use to configure the sinks
sink.
Option | Required | Type | Description |
---|---|---|---|
routes | No | String list | A list of routes for which this sink applies. If not provided, this sink receives all events. See conditional routing for more information. |
tags_target_key | No | String | When specified, includes event tags in the output of the provided key. |
include_keys | No | String list | When specified, provides the keys in this list in the data sent to the sink. Some codecs and sinks do not allow use of this field. |
exclude_keys | No | String list | When specified, excludes the keys given from the data sent to the sink. Some codecs and sinks do not allow use of this field. |