We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm seeing the dockerMode is set to On by default and not overridable. Also, template does not have a way to enable Multiline. Is this by the design?
dockerMode
On
Multiline
eks-charts/stable/aws-for-fluent-bit/values.yaml
Line 27 in e351927
I have some multiline logs which are not in JSON format which I want to combine, how can I achieve this?
My logs looks like
2020-11-11 11:45:17.323 WARN 1 --- [nio-8080-exec-1] .m.m.a.ExceptionHandlerExceptionResolver : Resolved [org.springframework.orm.ObjectOptimisticLockingFailureException: Object of class .....
The text was updated successfully, but these errors were encountered:
You need to also set the Docker_Mode_Parser: https://docs.fluentbit.io/manual/pipeline/inputs/tail
Docker_Mode_Parser
That would be a parser which matches the start of your multilines.
Sorry, something went wrong.
+1 for multiline parser. currently thats the on;y way to parse CRI currently
aws-for-fluent-bit
hossain-rayhan
PettitWesley
Successfully merging a pull request may close this issue.
I'm seeing the
dockerMode
is set toOn
by default and not overridable. Also, template does not have a way to enableMultiline
. Is this by the design?eks-charts/stable/aws-for-fluent-bit/values.yaml
Line 27 in e351927
I have some multiline logs which are not in JSON format which I want to combine, how can I achieve this?
My logs looks like
The text was updated successfully, but these errors were encountered: