Amazon Simple Storage Service (S3) offers storage of any amount of data, at any time, from anywhere on the web. S3 is accessible via a web services interface, a management console, SDKs for several languages and frameworks, and several APIs.
How to get data flowing
This is a built-in integration between Cribl Stream and the Amazon S3 APIs. Stream pulls data from S3 buckets using event notifications through Amazon SQS. Stream’s S3 Destination can be adapted to send data to services for which Stream currently has no preconfigured Destination.
S3 as Source and Stream as a destination
Configure your systems to store outbound log data in AWS S3 buckets.
Configure LogStream to read data from S3 via Sources > Amazon S3.
Supply your SQS queue. IAM roles or manual keys are both supported.
Stream will start fetching data as SQS messages become available.
S3 as Destination and Stream as a source
Configure Stream to send data to S3 via Destinations > Amazon S3.
Configure bucket name, AWS Region, staging location, data format, key and file name prefixes, optional partitioning expression, and other details.
Authenticate via keys or IAM role.
Stream will start sending data as it becomes available.