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

Severity of transform mapping removal should be increased #87

Closed nkvoll closed 7 years ago

nkvoll commented 7 years ago

It seems like https://github.com/elastic/elasticsearch-migration/blob/2.x/src/migration/Mapping.js#L95 should have severity red instead of yellow, as the transform mapping has been removed in 5.0 (it was deprecated in 2.0).

Elasticsearch 5.0.0 is not able to recover an index that uses this feature, and will log an exception and exit.

clintongormley commented 7 years ago

Closed by 7df4fdc4452eca73f2170b9ddbca23d6611fa2f0