Kinesis
Read the API documentation »
Input Kinesis
Overview
This input fetches log lines from Kinesis. It listens on a specified stream, and processes all the shards in that stream. It never exits.
Configuration
Keys available in the [input.config] section:
| Name | Type | Default | Required | Description |
|---|---|---|---|---|
| AwsRegion | string | “us-west-2” | false | AWS region to connect to |
| Stream | string | "" | true | Stream name on Kinesis |
| IdleTime | duration | 100ms | false | Time between polls of each shard |
Last modified December 12, 2022