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

False positive detected on "transform" field #73

Closed ppf2 closed 8 years ago

ppf2 commented 8 years ago

image

It looks like it is treating the "transform" field under properties as using the removed source transform feature when it should only be checking for "transform" directly under the document type level.

image

clintongormley commented 8 years ago

Fixed