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

Run offline against a mapping.json file possible? #44

Closed robin13 closed 8 years ago

robin13 commented 8 years ago

I assume that 95% of the work done by this plugin is done against the /_mapping API endpoint. Is it possible to run this against a mapping.json which you have got to test migration compatibility offline?

clintongormley commented 8 years ago

This is even more difficult in the 2.x version, so I'm not going to support it