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

Detect deprecated queries #29

Closed jpountz closed 8 years ago

jpountz commented 9 years ago

For the 3.0 upgrade, would it be possible to somehow detect percolator queries that have been removed? See https://github.com/elastic/elasticsearch/pull/13418

clintongormley commented 9 years ago

Wouldn't this be better implemented via the deprecation logging functionality in 2.x?

clintongormley commented 8 years ago

Handled by deprecation logging