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

Add a check for old Script API use #7

Closed colings86 closed 8 years ago

colings86 commented 9 years ago

We should add a check to see if the old Script API is being used in, for example, search templates and source transforms. If the old script API is being used we should warn that it's deprecated.

colings86 commented 9 years ago

Relates to https://github.com/elastic/elasticsearch/issues/11091

clintongormley commented 8 years ago

Won't check for this