David Venable 64d59b9bb2
Behavioral changes for Data Prepper S3 sink (#4897)
* 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>
2023-08-29 10:01:24 -05:00

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.