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

Installing plugin in ES2.0 fails #251

Closed phutchins closed 8 years ago

phutchins commented 8 years ago

Looks like we're missing a required file to install in 2.0...

bin/plugin install https://github.com/elastic/elasticsearch-cloud-aws/archive/v2.7.1.zip -> Installing from https://github.com/elastic/elasticsearch-cloud-aws/archive/v2.7.1.zip... Trying https://github.com/elastic/elasticsearch-cloud-aws/archive/v2.7.1.zip ... Downloading .............................................................DONE Verifying https://github.com/elastic/elasticsearch-cloud-aws/archive/v2.7.1.zip checksums if available ... NOTE: Unable to verify checksum for downloaded plugin (unable to find .sha1 or .md5 file to verify) ERROR: Could not find plugin descriptor 'plugin-descriptor.properties' in plugin zip

dadoonet commented 8 years ago

Have a look at the very first lines in the README.

phutchins commented 8 years ago

Saw those just after I posted this. Went to close this and you beat me to it. :)