Amazon Kinesis Data Streams (KDS) is a scalable, durable, real-time data streaming service.
How to get data flowing
This is a built-in integration between Cribl Stream and Amazon Kinesis Data Streams.
Amazon KDS as Source and Stream as a destination
Create a Kinesis data stream using the AWS Management Console, CLI. or KDS API
Configure Stream to read data from Amazon KDS via Sources > Amazon Kinesis.
Specify the stream name, region, and optional shard segmentation details. IAM roles or manual keys are both supported.
Stream will start fetching data as KDS streams become available.
Amazon KDS as Destination and Stream as a source
Configure Stream to send data to Amazon KDS via Destinations > Amazon Kinesis.
Specify the stream name, region, and optional details.
Authenticate via IAM role or keys.
Stream will start sending data as it becomes available.