-
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
The fluent-bit collects the mycat log. When the log is too long, the fluentbit collects the log from the beginning again. #736
Comments
The problem should be that the log line is too long beyond the fluentbit buffer, but I am curious why it read from the first line of the log again. |
thanks for reporting this issue. I did some local tests with the information provided and these are my findings:
|
Thank you very much for taking the time to reply. As you said, my solution is also append 'Skip_Long_Lines On' to the input tail section to skip the long lines and continue processing other lines and it works fine. But for the rigorous work attitude, I run a docker container to collect mycat log and print to stdout, when reading long logs, the fluentbit print info as
My fluentbit conf as follows:
|
I don't understand whats the latest issue reported. |
Bug Report
Describe the bug
The fluent-bit collects the mycat log. When the log is too long, the fluentbit collects the log from the beginning again.
To Reproduce
Kibana show screenshot
The log of mycat
mycat.log
Your Environment
Any help would be appreciated.
The text was updated successfully, but these errors were encountered: