You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when i try to send some infrastructure logs from openshift container platform, i run into the error like "error_class=JSON::GeneratorError error="source sequence is illegal/malformed utf-8".
I added char_encoding utf-8 and char_encoding binary:utf-8 as record_modifier however I could not get rid of this issue. you can see the Fluentd configuration as below:
Describe the bug
when i try to send some infrastructure logs from openshift container platform, i run into the error like "error_class=JSON::GeneratorError error="source sequence is illegal/malformed utf-8".
I added char_encoding utf-8 and char_encoding binary:utf-8 as record_modifier however I could not get rid of this issue. you can see the Fluentd configuration as below:
--
data:
fluent.conf: |-
In addition I have no any problem when sending application logs and audit logs for now, only when sending infrastructure logs.
Reproduction steps
...
Expected behavior
roughly a month ago, i have no any case when sending infrastructure logs with the same configuration but now I can not send infrastructure logs
Additional context
No response
The text was updated successfully, but these errors were encountered: