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.
Supported telemetry types
This plugin supports these telemetry types:
Logs | Metrics | Traces |
---|---|---|
Configuration parameters
Use the parameters in this section to configure your plugin. The Telemetry Pipeline web interface uses the values in the Name column to describe the parameters. 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. Your AWS access key path. | none |
AWS Secret Key | aws_secret_access_key | Required. Your AWS secret key path. | none |
AWS Kinesis Stream Name | stream_name | Required. The AWS Kinesis stream name. | none |
AWS Region | aws_region | Required. The name of the AWS region. For example, us-east-1 . | none |
Advanced
Name | Key | Description | Default |
---|---|---|---|
Number of fetched records | limit | The maximum number of records to fetch from the stream on each iteration. | 1000 |
Pull Interval | empty_interval | How long to wait before fetching more records. If the stream returns empty, Telemetry Pipeline will continue to pull. | 1s |