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.
This happens even with @skearns64 fix in PR #2. This looks like its a bug in Elasticsearch but we will presumably also need a workaround here as this plugin is to be used on old clusters
the migration plugin fails on marvel indices (e.g. '.marvel-2014.11.25') with the following error on the ancient segments check:
Even thought the index is open. The reason for this is that a call to
GET .marvel-2014.11.25/_segments
does not return any segments information:Whereas a call to
GET .marvel-*/_segments
returns segment information:This happens even with @skearns64 fix in PR #2. This looks like its a bug in Elasticsearch but we will presumably also need a workaround here as this plugin is to be used on old clusters