Skip to content

Commit 398803c

Browse files
matthewfalaPettitWesley
authored andcommitted
kinesis_firehose: compression options documentation
Signed-off-by: Matthew Fala <[email protected]>
1 parent 4389cf2 commit 398803c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pipeline/outputs/firehose.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ See [here](https://github.com/fluent/fluent-bit-docs/tree/43c4fe134611da471e706b
2121
| time\_key | Add the timestamp to the record under this key. By default the timestamp from Fluent Bit will not be added to records sent to Kinesis. |
2222
| time\_key\_format | strftime compliant format string for the timestamp; for example, the default is '%Y-%m-%dT%H:%M:%S'. This option is used with time\_key. |
2323
| log\_key | By default, the whole log record will be sent to Firehose. If you specify a key name with this option, then only the value of that key will be sent to Firehose. For example, if you are using the Fluentd Docker log driver, you can specify `log_key log` and only the log message will be sent to Firehose. |
24+
| compression | Compression type for Firehose records. Each log record is individually compressed and sent to Firehose. 'gzip' and 'arrow' are the supported values. 'arrow' is only an available if Apache Arrow was enabled at compile time. Defaults to no compression. |
2425
| role\_arn | ARN of an IAM role to assume \(for cross account access\). |
2526
| endpoint | Specify a custom endpoint for the Firehose API. |
2627
| sts\_endpoint | Custom endpoint for the STS API. |

0 commit comments

Comments
 (0)