-
Notifications
You must be signed in to change notification settings - Fork 33
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
concat lose last log line when it is a single line #109
Comments
How about trying
|
This same, with timeout options it also doesn't work. |
I have the same issue, I'm loosing logs because of this plugin, and It's critical for us because we use so much these logs for debug and Loki alerts,
|
I have the same issue |
It needs to take next filter or step after timeout.. |
Same issue.. |
Also having this same issue, did anyone find a solution or a workaround? |
I'm having the same bug. Is this plugin still maintained? |
Problem
I have a problem with concat plugin. Let's imagine that I have 2 application logs in kubernetes cluster, one application sometimes send logs with Java stacktrace, second one works quite good without error. I configured plugin to connecting java stack trace and it's seems to work good, but I noticed that I lose last log line of second application.
Let's say that last part of logs from second application looks like this:
Finally in elasticsearch I'm able to view only first two lines, without last line.
...
Steps to replicate
My configuation
Expected Behavior
Last line of log should be sent to Elasticsearch
...
Your environment
OS version
paste result of
fluentd --version
ortd-agent --version
fluentd 1.12.0
plugin version
fluent-gem list
,td-agent-gem list
or your Gemfile.lockzeitwerk (2.4.2)
zlib (default: 1.0.0)
The text was updated successfully, but these errors were encountered: