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

in_tail: add more path delimiters to the sanitization list #2188

Merged
merged 1 commit into from
May 20, 2020

Commits on May 20, 2020

  1. in_tail: add more path delimiters to the sanitization list

    Unix and Windows use different characters as delimiters. Unix
    uses `/`, and Windows uses `\`. Windows also uses `:` for drive
    names.
    
    This patch teaches Fluent Bit about both flavors of delimiters,
    so that it can produce a pretty tag like:
    
        prefix.c.users.public.test.log
    
    ... not something like:
    
        prefix.c:\users\public\test\log
    
    Signed-off-by: Fujimoto Seiji <fujimoto@ceptord.net>
    fujimotos committed May 20, 2020
    Configuration menu
    Copy the full SHA
    4e8b022 View commit details
    Browse the repository at this point in the history