AWS S3 Storage

Description

Typically you would send data to an AWS S3 bucket for long-term storage, or to send a subset of the data to a database. By sending your data through a Mezmo Pipeline before sending it to S3, you can encrypt sensitive data, remove fields you don't need to store, and compact values to make sure the data you’re storing is complete for easy retrieval and rehydration in case you need it later.

Configuration Options

When setting up your Access Key in IAM, ensure you have the following permissions on your bucket:

s3:ListBucket

s3:PutObject

OptionDescription
Batch TimeoutThe maximum amount of time for buffering events before being flushed to the destination.
End-to-End AcknowledgementEnable this option to receive verification that log data is being received by S3.
AWS Access Key IDThe access key ID for your Amazon S3 account.
AWS Secret Access KeyThe access key secret for your Amazon S3 account
S3 BucketThe Amazon S3 bucket to use as your storage destination.
PrefixA prefix to apply to all object key names.
TagsAny tags to apply to your log data.
EncodingThe type of encoding to use for your log data.
CompressionThe type of compression to apply to your log data as it is sent to the S3 bucket.
RegionThe AWS region for your S3 bucket.

Please note that only the message portion of the event envelope will be stored.

Type to search, ESC to discard
Type to search, ESC to discard
Type to search, ESC to discard
  Last updated