-
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
Fluent-bit logs skip issue : scan_blog add(): dismissed #4014
Comments
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days. |
This issue was closed because it has been stalled for 5 days with no activity. |
Hi @mitesh-devops, were you able to solve this issue? I'm facing the same, see #4155 |
Same here. |
same here |
Hi, Actually, it was more issue of the output plugin. In my case, output pluging was Elasticsearch so sizing the shards correctly and including rollover ILM policies helped me to get this fixed. Also, try adding more RAM to diagnose. |
any solution regrading this ? |
@kc-dot-io Did you find solution for this ? |
I had same issue. But I think, may be I found which is main factor. |
Has this been resolved? |
|
There is a bug in v1.8.13, we have just published the new container image for v1.8.14, please upgrade:
|
Same here (v1.9.1) |
Still having the issue with v1.9.2 too. any fix soon? |
Same in 1.9.3 |
Same issue guys |
Same in v1.9.3 |
Same in 1.9.4 |
Any resolution for this, processes a few logs then falls over ? |
Has anyone tried turning Skip_Long_Lines to off ? |
@Jonathan-w6d yes. This will help for a while, depending on how much data you are processing. The root issue is a memory leak. Increasing buffer / skipping long lines helps get it working but the issue will still reoccur every so often. I have to restart our fluentbit pods every 90-100 days or so. |
The same issue is in v2.0.10.
|
The same issue is in v2.1.1. |
Same issue, has this been resolved? |
Same issue using latest version |
I faced the same question. Since tail input only reads the last offset of the file - make sure you are actually writing to the correct files that you are reading from, that your filters are correct and that the lines are not too long (because you have Skip_Long_Lines turned on). You can check yourself by using Read_from_Head set to true under [INPUT] |
Any updates? Because the same thing happened on v2.1.10 |
Still same issue here |
I Have the same issue fluent/helm-charts#415:
|
same here with version 2.2.1, have any solution? |
Is anyone actually going to fix this? This issue needs to be re-opened. |
I still have this with version 3.0.3. |
Please re-open the issue, seems to be persistent in all recent versions |
Can we please get an update on this issue? Thanks! |
Switched to filebeat as fluent-bit unusable in production due to this issue. Sorry guys, but 3 years of nothing is a little strange... @edsiper maybe you need to look on this? |
Hi folks, I have create this branch where I've added some trace level debug messages for some code paths that could slip through the cracks and I'm currently creating a set of container images that you'll be able to access in I'd really appreciate it if those of you who are currently able to reproduce the issue took the time to either build from source or run those containers (setting |
Quick update: the container images are already available so please, it's really important for at least someone to run them and report the results. |
I'll try to find some time this week to deploy the image @leonardo-albertovich . Where are the logs output to? Stdout/err? Or can I define a sink? |
The logs are produced in the standard way so you don't need to do anything special (other than setting |
I am seeing the same issue |
I'm still getting the below error. However, the issue was raised when multiline processing was enabled. what could be the issue? |
In my case, I found that if the file to be monitored is created after the tail plugin starts working, the tail plugin can read the file normally. However, if the file already exists when the tail plugin starts, it will cause the tail plugin to fail to read it. |
I would request some help for following fluent-bit logs which is causing logs skip for our many apps.It works correctly for few hours of the restart of fluent-bit.
logs 1:
frequency: around 15-20 entries every 5 minutes when container starts and after few hours, it's the only logs which fluentbit prints and all logs get stopped.
logs 2:
frequency: very few times
log 3:
frequency: Sometimes only.
Rest of the logs looks normal and correctly gathering and writing to elasticsearch.
Cluster Information:
Expected behaviour: It shouldn't skip logs and should work without restart after sometime.
fluent-bit.conf
fluent-bit.yaml
The text was updated successfully, but these errors were encountered: