-
Notifications
You must be signed in to change notification settings - Fork 180
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
With a large number ec2 instances ec2 discovery times out #275
Comments
Thanks for reporting. What is your version? |
I can open it in the elastic search repo, but I do think the issue lies with the aws ec2 discovery plugin. When I run the command:
on one of the ec2 instances within the cluster I do see a very large response time, on the order of 15-20 seconds. I'm guessing that with large node counts, the response time from this command goes up, so it would be great if we could increase the timeout via a setting. ES Version : 2.3.3 I have not used filtering yet. Would filtering apply the the actual describe-instances command or would it only be used after the command has run? If it is applied to the describe-instances command, it could definitely be a workable solution. Thanks! |
This plugin don't live here anymore from 2.0. |
IIRC filtering applies on AWS side so my guess is that you'll get back less instances. |
It seems with a large number of ec2 instances within a region, the ec2 discovery plugin will timeout
It would be great if we can configure this timeout either through environmental variables of system properties.
The text was updated successfully, but these errors were encountered: