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

Enable Multiline mode On in Fluent Bit Helm #340

Open
agentmilindu opened this issue Nov 11, 2020 · 2 comments · May be fixed by #1168
Open

Enable Multiline mode On in Fluent Bit Helm #340

agentmilindu opened this issue Nov 11, 2020 · 2 comments · May be fixed by #1168
Assignees

Comments

@agentmilindu
Copy link

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?

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 .....
@PettitWesley
Copy link
Contributor

You need to also set the Docker_Mode_Parser: https://docs.fluentbit.io/manual/pipeline/inputs/tail

That would be a parser which matches the start of your multilines.

@Tstrul-work
Copy link

+1 for multiline parser.
currently thats the on;y way to parse CRI currently

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