The Amazon CloudWatch Logs service offers centralized, highly scalable monitoring and storage of log files from Amazon EC2 instances, AWS CloudTrail, Amazon Route 53, and other sources.
How to get data flowing
Data ingestion from Amazon CloudWatch Logs is facilitated through Cribl Stream’S S3, Kinesis, and/or Kinesis Firehose Sources.
CloudWatch Logs as source and Stream as a destination
Configure CloudWatch Logs to export log events to AWS S3 buckets.
Specify an Amazon S3 bucket for log storage, granting appropriate permissions to write to the bucket.
Configure Stream to read data from S3 via Sources > Amazon S3.
Supply your SQS queue.IAM roles or manual keys are both supported.
LogStream will start fetching data as SQS messages become available.
CloudWatch Logs as Destination and Stream as a source
Configure Stream to send data to CloudWatch Logs via Destinations > Amazon CloudWatch Logs.
Specify the log group, log stream, AWS Region, and optional parameters.
Authenticate via keys or IAM role.Stream will start sending data as it becomes available.