elastic / elasticsearch-cloud-aws

AWS Cloud Plugin for Elasticsearch
https://github.com/elastic/elasticsearch/tree/master/plugins/discovery-ec2
577 stars 181 forks source link

Separate proxy traffic for ec2 and s3. #177

Closed paul-e-cooley closed 9 years ago

paul-e-cooley commented 9 years ago

We have a specific need to set a proxy at the s3 level separate from ec2. If a proxy goes down for whatever reason, we do not want ec2 traffic blocked since s3 traffic is used only for backups. Currently the plugin supports an all or nothing approach. I've already made a fork of the project and tested our changes.

I'm certain we are not the only ones that need the feature.

dadoonet commented 9 years ago

Going to send a PR?

paul-e-cooley commented 9 years ago

PR sent.