elastic / elasticsearch-migration

This plugin will help you to check whether you can upgrade directly to the next major version of Elasticsearch, or whether you need to make changes to your data and cluster before doing so.
290 stars 32 forks source link

No way to install #88

Closed Ios77 closed 7 years ago

Ios77 commented 7 years ago

Maybe wrong place to post, but no way to install. The documentation refer to old deprecated command:

/opt/logstash/bin/plugin install https://github.com/elastic/elasticsearch-migration/releases/download/v2.0.1/elasticsearch-migration-2.0.1.zip The use of bin/plugin is deprecated and will be removed in a feature release. Please use bin/logstash-plugin. Validating https://github.com/elastic/elasticsearch-migration/releases/download/v2.0.1/elasticsearch-migration-2.0.1.zip Plugin https://github.com/elastic/elasticsearch-migration/releases/download/v2.0.1/elasticsearch-migration-2.0.1.zip does not exist ERROR: Installation aborted, verification failed for https://github.com/elastic/elasticsearch-migration/releases/download/v2.0.1/elasticsearch-migration-2.0.1.zip

and the new command:

/opt/logstash/bin/logstash-plugin install --local https://github.com/elastic/elasticsearch-migration/releases/download/v2.0.1/elasticsearch-migration-2.0.1.zip Installing https://github.com/elastic/elasticsearch-migration/releases/download/v2.0.1/elasticsearch-migration-2.0.1.zip Plugin not found, aborting ERROR: Installation Aborted, message: Could not find gem 'https://github.com/elastic/elasticsearch-migration/releases/download/v2.0.1/elasticsearch-migration-2.0.1.zip (>= 0) java' in any of the gem sources listed in your Gemfile or installed on this machine.

How to in install this plugin????? Thanks a lot,

Ivan

dadoonet commented 7 years ago

elasticsearch-migration is an elasticsearch plugin. Not a logstash one.

Please ask questions like this on discuss.elastic.co. We can help there.

Ios77 commented 7 years ago

Ok thanks sorry,

Ivan