TELEMETRY PIPELINE
Amazon Kinesis Stream Input

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:

LogsMetricsTraces

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

NameKeyDescriptionDefault
AWS Access Keyaws_access_key_idRequired. Your AWS access key path.none
AWS Secret Keyaws_secret_access_keyRequired. Your AWS secret key path.none
AWS Kinesis Stream Namestream_nameRequired. The AWS Kinesis stream name.none
AWS Regionaws_regionRequired. The name of the AWS region. For example, us-east-1.none

Advanced

NameKeyDescriptionDefault
Number of fetched recordslimitThe maximum number of records to fetch from the stream on each iteration.1000
Pull Intervalempty_intervalHow long to wait before fetching more records. If the stream returns empty, Telemetry Pipeline will continue to pull.1s