-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Multiline Support and Parser for systemd input #746
Comments
Same problem... Would like to use custom parsers per app to collect multiline exceptions (nodejs, java, python, etc) in a signle event. |
Maybe my reply in anohter Issue help u to get further. It is the tail plugin for Inputs. |
Super interested in the PR by @jlpettersson as we are also facing same issue. |
How about Multiline Configuration Parameters, from Input plugin tail? |
(try out the new multiline filter, new tail mode documented below) Multiline UpdateAs part of Fluent Bit v1.8, we have released a new Multiline core functionality. This new big feature allows you to configure new For now, you can take at the following documentation resources:
Documentation pages now point to complete config examples that are available on our repository. Thanks everyone for supporting this! |
Amazing feature! Well done team! 👏 |
@edsiper Thanks for this feature, but it doesn't work with annotations, if I use the following annotation: fluentbit.io/parser: custom-ml I get the error on fluent-bit: [2022/02/24 13:56:57] [ warn] [filter:kubernetes:kubernetes.0] annotation parser 'custom-ml' not found But with normal parsers it works normally. And If I use a normal parser then multiline support won't work. |
* windows: add 1.9 updates Signed-off-by: Patrick Stephens <[email protected]>
Below is between feature request and question.
My Aim is to be able to log/save Spring boot Application running inside kubernetes with multi line support specially for Java Error.
I did try setting Docker log-driver to JSON but that raised a problem where multiline is sent in separate JSON lines and we could not combine them.
So now I reverted back to journald to check if can solve the problem but now I got another problem
1- fluentbit.io/parser Annotation is not working any more (not sure if that is a misconfiguration from me or it is a new feature request)
2- Multiline support: I think it is the same as in JSON, we can't combine multiple lines using systemd input.
The text was updated successfully, but these errors were encountered: