Skip to content

Commit 664cb4e

Browse files
committed
out_kinesis_firehose: fix compression parameter documentation
Update compression parameter description to reflect actual supported values (gzip, snappy, zstd) and remove outdated arrow compression reference. Signed-off-by: Arbin <[email protected]>
1 parent 2555471 commit 664cb4e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

plugins/out_kinesis_firehose/firehose.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -496,8 +496,7 @@ static struct flb_config_map config_map[] = {
496496
FLB_CONFIG_MAP_STR, "compression", NULL,
497497
0, FLB_FALSE, 0,
498498
"Compression type for Firehose records. Each log record is individually compressed "
499-
"and sent to Firehose. 'gzip' and 'arrow' are the supported values. "
500-
"'arrow' is only an available if Apache Arrow was enabled at compile time. "
499+
"and sent to Firehose. Supported values: 'gzip', 'snappy', 'zstd'. "
501500
"Defaults to no compression."
502501
},
503502

0 commit comments

Comments
 (0)