-
Notifications
You must be signed in to change notification settings - Fork 20
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
opensearch auth times out when using opensearch plugin #68
Comments
We've also noticed that the auth request doesn't seem to pass in a maximum session duration. It would make sense to set this to the same as the refresh_credentials_interval so that it doesn't expire before then.
This is after changing refresh_credentials_interval to 10h and the maximum session duration on the role has been set to 12h. Per AWS:
|
Not too good with Ruby but I assume adding a line like this here might help?
|
#78 works for you? |
Is there a solution for this? We are also having the same issue 🤔 |
Same issue here. This is critical. Any workaround? I thought that by setting refresh_credentials_interval it would work. |
What version are you on? Isn't #74 solves the problem? Do you think the problem still exist in v1.1.1 or above? |
The fluent-operator automatically updates the plugin's version. I only noticed this update you mentioned because fluentd started throwing errors as discussed here: I tried setting the session duration of my IAM role to the same session duration of the plugin's default: 5h It works for a few errors, then gets stuck again. |
Issue persists and is even worse now: |
(check apply)
Steps to replicate
Provide example config and message
When using the opensearch plugin, we now get lots of errors like this on our fluentd collectors:
"error": "#<Fluent::Plugin::OpenSearchOutput::RecoverableRequestFailure: could not push logs to OpenSearch cluster (ds-janus): [400] {"Message":"You have exceeded the number of permissible concurrent requests with unique IAM Identities. Please retry."}>"
Expected Behavior or What you need to ask
We're wondering if this is due to fb04e91
Prior to implementing this plugin within our collectors we did not have this problem.
Using Fluentd and OpenSearch plugin versions
Fluentd v1.14.4-1.0
AWS Opensearch 1.2
fluent-plugin-opensearch 1.0.7
The text was updated successfully, but these errors were encountered: