-
Notifications
You must be signed in to change notification settings - Fork 152
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
Add default "newline detection" recombine rule for docker #396
Comments
I have managed to get a proof of concept of this working in GKE with their Ubuntu Docker nodes, using
|
As a OTel native logging user, I would like there to be a default recombine rule for docker logs, similar to what we ship for cri-o and containerd, where we use "newline" detection to break events.
Docker JSON-file driver will split long events when printing to disk and will insert a
\n
at the end of the complete log entries.We should be able to use a generic
is_last_entry
rule in the recombine operator to detect new lines and combine the previous events seen.The text was updated successfully, but these errors were encountered: