aws-fluent-plugin-kinesis icon indicating copy to clipboard operation
aws-fluent-plugin-kinesis copied to clipboard

Amazon Kinesis output plugin for Fluentd

Results 12 aws-fluent-plugin-kinesis issues
Sort by recently updated
recently updated
newest added

Hi. I tested this plugin with fluentd in docker container & EC2 instance(os: amazonlinux2) and found out there's always 1 log are lost. my config ``` log_level info @type tail...

Hello, when I install fluentd with git clone and bundle, and install `fluent-plugin-kinesis` with same method (using git clone & bundle), this error shows up. 2022-05-12 11:20:07 +0000 [info]: parsing...

Hi guys, We've encountered an issue when configuring the plugin with rotating credentials via shared_credentials. Regardless of the duration of the session token, once it has rotated in the credentials...

waiting for feedback

Are there any plans for an input plugin? For scenarios like this: `kinesis -> fluentd -> other_destinations`

feature requests

I'm trying to use a file/s3 output as a `` if sending events to Kinesis is failing. But the way the plugin formats incoming events makes its harder to read...

feature requests

I'm using aws-fluent-plugin-kinesis on production to send our csv log to Kinesis Data Streams. I would like to change the log format to a more efficient format like avro. However,...

feature requests

Our average PutBatchRecord size is 1Ko bytes. ``` D, [2020-01-14T10:16:30.981466 #1] DEBUG -- : [Aws::Firehose::Client 200 0.033437 0 retries] put_record_batch(delivery_stream_name:"kxxxGe" ... (1429 bytes)>}]) ``` Regarding to AWS FAQ: https://aws.amazon.com/kinesis/data-firehose/faqs/#Pricing_and_billing >...

feature requests

Is there a way to call FIPS compliant Kinesis endpoints using this plugin? We have requirements to use a FIPS compatible endpoint for AWS calls, I tried to enable calling...

enhancement

It looks like this plugin does not like variable names in the `delivery_stream_name`: ``` 2024-02-28 10:43:05 +0000 [warn]: #0 failed to flush the buffer. retry_times=0 next_retry_time=2024-02-28 10:43:07 +0000 chunk="6126ece798cd9e545512cad26b6ecca8" error_class=Aws::Firehose::Errors::ValidationException...

*Issue #, if available:* td-agent is no longer maintained, as its released under the fluent-package name, that changes the install command since the first version of fluent-package (v5). *Description of...