awslabs / aws-fluent-plugin-kinesis

Amazon Kinesis output plugin for Fluentd
Apache License 2.0
293 stars 96 forks source link

Adding Stream name to debug logs #214

Closed samsplunks closed 3 years ago

samsplunks commented 3 years ago

Issue #, if available:

Cannot identify Stream name in debug logs.

When dealing with multiple kinesis outputs, the debug logs don't contain information about which stream has written the chunks.

Description of changes:

Feed the write_records_batch function with stream name. Edit calls for the three kinesis outputs with stream name.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

simukappu commented 3 years ago

Thank you for your contribution!