AWS S3

AWS S3 Sink

The AWS S3 sink can deliver events to Amazon AWS S3 service or a custom endpoint.

Configure the general sink settings including any TLS settings, then specify the AWS S3 specific settings below.

AWS S3 Sink Settings

Bucket

The S3 bucket name.

This must not include a leading s3:// or a trailing / .

SSEKMS Key ID (Optional)

AWS S3 Server-Side Encryption algorithms.

The Server-side Encryption algorithm used when storing these objects.

Key Prefix

A prefix to apply to all object keys.

Prefixes are useful for partitioning objects, such as by creating an object key that stores objects under a particular directory. If using a prefix for this purpose, it must end in / to act as a directory path. A trailing / is not automatically added.

Note: This parameter supports Vector's template syntax, which enables you to use dynamic per-event values.

Region (Optional)

The AWS region of the target service.

Storage Class (default: Standard)

See the S3 Storage Classes for more details. The storage class for the created objects.

See the S3 Storage Classes for more details. The default storage class is Standard.

Compression (default: Gzip)

Specify the compression algorithm to use to compress event and metric data. The default compression is Gzip.

Auth Access Key

The AWS access key ID.

Auth Secret Access Key

The AWS secret access key.

Endpoint (Optional)

Custom endpoint for use with AWS-compatible services.

Last updated