elastic / elasticsearch-cloud-aws

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

Incorrect plugin install command in the README #164

Closed anandchida closed 9 years ago

anandchida commented 9 years ago

The plugin install command mentioned in the README doc is

bin/plugin install elasticsearch/elasticsearch-cloud-aws/2.4.1

which fails with error Error while installing plugin, reason: ElasticsearchIllegalArgumentException: Illegal plugin name: elasticsearch

the correct command should be

bin/plugin -install elasticsearch/cloud-aws/2.­4.1

This is on ES 1.4.2

dadoonet commented 9 years ago

I just tested it on elasticsearch 1.4.2 and got:

$ bin/plugin install elasticsearch/elasticsearch-cloud-aws/2.4.1
-> Installing elasticsearch/elasticsearch-cloud-aws/2.4.1...
Trying http://download.elasticsearch.org/elasticsearch/elasticsearch-cloud-aws/elasticsearch-cloud-aws-2.4.1.zip...
Downloading .........[skipped].....................DONE
Installed elasticsearch/elasticsearch-cloud-aws/2.4.1 into /Users/dpilato/Documents/Elasticsearch/apps/elasticsearch/elasticsearch-1.4.2/plugins/cloud-aws
dadoonet commented 8 years ago

Please read the very first lines of the README.

neonix888 commented 8 years ago

@dadoonet , my bad and thank you