Live Workshop: Integrate Google SecOps with Bindplane - Join Us on January 29th at 11 AM ET!Sign Up Now

AWS S3 Rehydration

Object Format

Rehydrated data must be in OTLP format JSON for correct processing. Ensure your data adheres to this format.

The AWS S3 Destination supports gzip compression. This receiver will gracefully detect and handle if any data is gzipped or uncompressed.

Supported Platforms

PlatformSupported
Linux
Windows
macOS

Configuration Fields

FieldDescription
RegionThe AWS recognized region string
BucketName of the S3 Bucket to rehydration telemetry from.
Folder PrefixRoot directory of the bucket to rehydration telemetry from.
Poll IntervalThe interval for checking new objects, e.g., '1m' for one minute.
Starting TimeUTC start time for rehydration in the format YYYY-MM-DDTHH:MM.
Ending TimeUTC end time for rehydration in the format YYYY-MM-DDTHH:MM.
Delete on ReadIf true, objects are deleted after rehydration.
Enable StorageEnable to specify a storage extension for tracking rehydration progress.
Storage DirectoryDirectory for storing rehydration state, useful for maintaining state and resuming operations. (Only relevant if Enable Storage is true)

Example Configuration

Basic Configuration

This configuration sets up AWS S3 Rehydration with necessary details such as Region, Bucket, and time range for rehydration.

observIQ docs - AWS S3 Rehydration

Adjust the Region, Bucket, Starting Time, and Ending Time to match your configuration.