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

Elasticsearch-migration helper for version 2.2 #105

Closed rbagul closed 7 years ago

rbagul commented 7 years ago

Hi,

It is been mentioned that this plugin is available for only versions 2.3 and 2.4. We have Elasticsearch 2.2 and want to upgrade it to 5.x. Which version of Elasticsearch-migration plugin we can use.

Thanks, Rakesh

dadoonet commented 7 years ago

You need to update to 2.4 first.

clintongormley commented 7 years ago

The reindex tool and deprecation log only works in 2.3/2.4 (but i'd recommend 2.4 as it has a host of improvements)

rbagul commented 7 years ago

Sure, Thanks!