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

Helm multiline passer template and usage #1138

Merged

Conversation

onecer
Copy link
Contributor

@onecer onecer commented Apr 17, 2024

What this PR does / why we need it:

Which issue(s) this PR fixes:

Fixes #1137

Does this PR introduced a user-facing change?

None

Helm multiline passer template, support filter go python java multiline log

Additional documentation, usage docs, etc.:

set helm values.yaml

  parsers:
      javaMultiline:
        enable: true

  filter:
    multiline:
      enable: false
      keyContent: log
      parsers:
        - go
        - python
        - java
        #  use custom multiline parser need set .Values.parsers.javaMultiline.enable = true
        - java-multiline

@onecer onecer force-pushed the MultilineParser_Helm_template_and_usage branch 4 times, most recently from e4ee681 to cfbcd3e Compare April 18, 2024 06:45
@onecer onecer force-pushed the MultilineParser_Helm_template_and_usage branch from cfbcd3e to d8151ad Compare April 19, 2024 02:14
@benjaminhuo benjaminhuo merged commit 9eb959a into fluent:master Apr 20, 2024
9 of 10 checks passed
@benjaminhuo
Copy link
Member

@onecer Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Helm support match generic java go stack multiline parser
2 participants