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

Add plugin-descriptor.properties file to add compatibility with ES 2.0 #252

Closed phutchins closed 8 years ago

phutchins commented 8 years ago

Testing the plugin with ES 2.0 now, but was able to get it installed with this change.

dadoonet commented 8 years ago

Everything needed is there: https://github.com/elastic/elasticsearch/tree/2.0/plugins/cloud-aws

But thanks for the effort!

phutchins commented 8 years ago

Thanks again for the link! Was trying to install the mentioned discovery-ec2 without luck but looks like cloud-aws does all I need. Didn't want to downgrade back from es 2.0 and loose the newest Kibana :). Thanks for all that you guys do!!