Amazon Kinesis Stream Input source plugin
The Amazon Kinesis Stream Input source plugin lets you retrieve data from Amazon Kinesis Stream and ingest it into Chronosphere Telemetry Pipeline.
Configuration parameters
The Amazon Kinesis Stream Input source plugin provides these configuration parameters. Items in the Name column display in the Calyptia Dashboard. Items in the Key column are the YAML keys to use in pipeline configuration files.
Required
Name | Key | Description | Default |
---|---|---|---|
AWS Access Key | aws_access_key_id | Required. Enter the AWS access key path. | none |
AWS Secret Key | aws_secret_access_key | Required. Enter the AWS secret key path. | none |
AWS Kinesis Stream Name | stream_name | Required. AWS Kinesis Stream Name to use. | none |
AWS Region | aws_region | Required. Name of the region. For example, us-east-1 . | none |
Advanced
Name | Key | Description | Default |
---|---|---|---|
Number of fetched records | limit | Maximum number of records to fetch from the stream on each iteration. | 1000 |
Pull Interval | empty_interval | How much time to wait before fetching more records. If the stream returns empty Calyptia Core will continue to pull. | 1s |