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

Plugin missed issue in .kibana index #38

Closed jjfalling closed 7 years ago

jjfalling commented 9 years ago

The plugin didn't raise any issues with my k4 index but while upgrading I hit:

Oct 30 05:28:53 jotunheim elasticsearch[14110]: Exception in thread "main" java.lang.IllegalStateException: unable to upgrade the mappings for the index [.kibana], reason: [Mapper for [_index] conflicts with
Oct 30 05:28:53 jotunheim elasticsearch[14110]: [mapper [_index] cannot be changed from type [_index] to [string]]]
Oct 30 05:28:53 jotunheim elasticsearch[14110]: Likely root cause: java.lang.IllegalArgumentException: Mapper for [_index] conflicts with existing mapping in other types:
Oct 30 05:28:53 jotunheim elasticsearch[14110]: [mapper [_index] cannot be changed from type [_index] to [string]]
clintongormley commented 7 years ago

Closing as 1.x is no longer supported