-
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 crashes for tail & opentelemetry with logs_uri #6457
Comments
Also encountering this in v2.0.5 although I am not using the |
@wtobis I wasn't able to reproduce this in docker on a mac. I'm wondering if this might be related to the tail plugin on windows |
Don't think it is isolated to Windows only since I am running on Linux |
Could you please send your config too? |
Environment: AKS with Linux nodes
|
@BertelBB i think this is missing the opentelemtry output config. Also while I don’t expect it to be fixed could you also sanity check 2.0.6? |
Similar to what I reported in the linked issue (6512), reducing the batch size of log records to flush seems to fix this issue. A short term fix will be to provide it as a config parameter and default it to a smaller number (64 or 128), but we might have to look into the retry logic for this. |
Bug Report
Describe the bug
Fluent Bit crashes with error
when use
tail
input andopentelemetry
output (withlogs_uri
) plugins.Important - for other input plugins (e.g. dummy) it works.
To Reproduce
test.log
file with some logs into/var/log/
directoryScreenshots
The whole log message from start to failure:
Your Environment
Additional context
It might be related to this issue because before 2.0.4 this configuration didn't fail.
The text was updated successfully, but these errors were encountered: