fluent-plugin-dynamodb icon indicating copy to clipboard operation
fluent-plugin-dynamodb copied to clipboard

Amazon DynamoDB output plugin for Fluent event collector

Results 7 fluent-plugin-dynamodb issues
Sort by recently updated
recently updated
newest added

config ``` @type dynamodb aws_key_id xxxxxx aws_sec_key xxxxxx dynamo_db_endpoint https://dynamodb.us-west-2.amazonaws.com dynamo_db_table xxxxxx dynamo_db_region us-west-2 add_time_attribute false ``` error ``` 2021-09-16 14:08:37 +0000 [warn]: parameter 'add_time_attribute' in @type dynamodb aws_key_id xxxxxx...

Hi. https://github.com/gonsuke/fluent-plugin-dynamodb/pull/26 The above pull request was merged three years ago, but has not yet been released to RubyGems. Many other Fluentd plugins are now using aws-sdk-v3, and this plugin...

Whenever the **ProvisionedThoughputExceededException** occurs the plugin retries but further messages are not being sent to the server at all. After that exception, I am continuously receiving **ValidationException**, full error message....

Hi, I have just installed this plugin and I'm getting this error. I installed aws-sdk as suggested in https://github.com/gonsuke/fluent-plugin-dynamodb/issues/12 without success. It is a fresh installation of a PHP instance...

Hi, I need solution for this problem. Because I am using nested collection and know how to save data in dynamodb with nested. Please suggest me. Thanks, Siva

I'm trying to evaluate fluentd with dynamodb. I am trying to set-up fluentd and dynamodb-local both running in docker containers. I'm having problems with making fluentd communicate. My fluent.conf reads:...

The example in the README describes pushing standard log file entries to DynamoDB. However, I'm looking to do something a little more complex: - for each event I only want...