-
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
kinesis_firehose Failed to send log records randomly #2876
Comments
This was due to kube2iam, switched to kiam and issue disappeared |
Update: Tried with kiam, and it works fine for 10 minutes and after that
fluentbit pod restart helps for another 10 minutes Also found this in the logs which explains why it fails
I don't quite understand what's wrong with aws_credentials. |
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. |
I'm also having a similar issue with the kinesis_firehose plugin.
|
@PettitWesley have you seen this issue before? I'm wondering if it is something with was credentials, does debug potentially have more messages after saying Failed |
Its not creds on my end, it does look at bit like its getting to the end of the log file and erroring out, then restarting when new logs come in. But I cant be sure its not dropping records. How do I enable debug for output? |
@chadthompsonallscripts You can set the env var |
@ivanich Please upgrade to 1.7.2- there was a bug/issue in the credential refresh behavior which affected kiam users. It's been fixed now. |
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. |
Bug Report
Describe the bug
kinesis_firehose cant send log records
To Reproduce
Expected behavior
kinesis_firehose shouldn't drop data
Log
and successful attempts
Your Environment
Additional context
Actually fluentbit sometimes able to send logs to firehose successfully but according to the log above it drops some data, also must say that data rate is pretty low ~0.2 per second. I'm also tried to change Flush from 1s to 60s with no luck
The text was updated successfully, but these errors were encountered: