aws / amazon-cloudwatch-logs-for-fluent-bit

A Fluent Bit output plugin for CloudWatch Logs
Apache License 2.0
170 stars 49 forks source link

Fix calculating utf-8 string length of event #330

Closed PettitWesley closed 1 year ago

PettitWesley commented 1 year ago

Issue #, if available:

Description of changes:

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

lubingfeng commented 1 year ago

Can you share the link of the original issue? Does other plugins (S3 / Kinesis) have the same issue?

PettitWesley commented 1 year ago

@lubingfeng the issue is internal. This is CloudWatch API aspect, CW API processes as UTF-8, and the other APIs do not. Other APIs are not affected.