Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fluentd: Fix bug that caused lines to be dropped when containing non utf-8 characters #5107

Merged
merged 4 commits into from
Jan 12, 2022

Commits on Jan 12, 2022

  1. fluentd: Remove non utf-8 characters from log lines

    When a log line in hash format contains non UTF-8 characters fluentd
    would drop the complete line because it failed to convert the line in
    key-value format.
    
    By forcing UTF-8 encoding and replacing non UTF-8 characters with empty
    strings the log line will not be dropped but only contain the valid
    UTF-8 characters.
    
    Fixes #5099
    
    Signed-off-by: Christian Haudum <christian.haudum@gmail.com>
    chaudum committed Jan 12, 2022
    Configuration menu
    Copy the full SHA
    80735f6 View commit details
    Browse the repository at this point in the history
  2. Bump fluent-plugin-grafana-loki to version 1.2.17

    Signed-off-by: Christian Haudum <christian.haudum@gmail.com>
    chaudum committed Jan 12, 2022
    Configuration menu
    Copy the full SHA
    7fd4c40 View commit details
    Browse the repository at this point in the history
  3. fixup! fluentd: Remove non utf-8 characters from log lines

    Signed-off-by: Christian Haudum <christian.haudum@gmail.com>
    chaudum committed Jan 12, 2022
    Configuration menu
    Copy the full SHA
    a830c85 View commit details
    Browse the repository at this point in the history
  4. fixup! fluentd: Remove non utf-8 characters from log lines

    Signed-off-by: Christian Haudum <christian.haudum@gmail.com>
    chaudum committed Jan 12, 2022
    Configuration menu
    Copy the full SHA
    badc04d View commit details
    Browse the repository at this point in the history