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

Migration plugin throws (unknown) error on .security index #94

Closed ppf2 closed 8 years ago

ppf2 commented 8 years ago

The .security is a system index that can only be accessed by Shield. The migration plugin is not handling this and throwing a gray error (unknown error). Perhaps we can skip this check ..

image

ppf2 commented 8 years ago

It looks like a bigger problem here, once it hits the .security index's unknown gray error, it stops checking the other indices in the cluster. Clicking on Show green test results reviews that it only checked for all the system . indices, and after .security, no other indices (user indices) are checked by the migration plugin.

clintongormley commented 8 years ago

Fixed in 046de9463bbaac271e1143f2c791ee4021c3ed90

ppf2 commented 8 years ago

Thx @clintongormley for the quick fix :)