-
Notifications
You must be signed in to change notification settings - Fork 1k
Open
Description
Hi Team,
While using the below config I'm getting error that aggregation and compression is not supported.
I'm using chart_revision: 0.1.35
kinesis_streams:
enabled: true
match: '*'
region: us-east-1
stream: input-stream
role_arn: "arn:aws:iam::xxxxx:role/writer-role"
time_key: eventTime
time_key_format: "%Y-%m-%dT%H:%M:%S.%9NZ"
sts_endpoint: "https://sts.us-east-1.amazonaws.com"
partition_key: PROGRAM
extraOutputs: |
aggregation true
compression zlib
Error
[error] [config] kinesis_streams: unknown configuration property 'compression'.
The following properties are allowed: region, stream, time_key, time_key_format, role_arn, endpoint, sts_endpoint, external_id, log_key, and auto_retry_requests.
[2025/03/21 18:43:31] [error] [config] kinesis_streams: unknown configuration property 'aggregation'. The following properties are allowed: region, stream, time_key, time_key_format, role_arn, endpoint, sts_endpoint, external_id, log_key, and auto_retry_requests.
[2025/03/21 18:43:31] [ help] try the command: /fluent-bit/bin/fluent-bit -o kinesis_streams -h
- How I can use compression and aggregation in kinesis_streams?
- Is there any documentation that tells what options can be used under extraOutputs?
Metadata
Metadata
Assignees
Labels
No labels