-
Notifications
You must be signed in to change notification settings - Fork 103
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
Token timeout when using profile to authenticate #7
Comments
After some more resarch I assume that the problem lies in the AWS SDK for Ruby: aws/aws-sdk-ruby#961 |
👍 seeing the same thing. |
The guys working on the AWS SDK for Ruby added an explanation, and they also recommended a workaround: aws/aws-sdk-ruby#961 (comment) Could anyone please comment on this and evaluate if this could be done easily in this plugin? Cheers! |
Same here... |
Thank you @geissbock and @tobiasbayer : Hope th ework around in 0.1.2 version fixes this for you |
I use the following Logstash config on an EC2 instance:
There are no AWS credentials provided on the EC2 instance, i.e. the machine's profile is used to authenticate/sign the requests to the AWS Elasticsearch instance. This works fine - for some hours. After some time, the log file gets flooded with such messages:
The error message "The security token included in the request is expired" looks a lot like the security token not getting refreshed properly.
I'd be glad to provide a pull request to fix this issue, however, I'm not really a Ruby guy. So if someone could give me hint where to start looking for the problem, any help is appreciated!
The text was updated successfully, but these errors were encountered: