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

Deprecation Logging #111

Closed abhiCR7 closed 7 years ago

abhiCR7 commented 7 years ago

This tool supports both 2.3.x and 2.4.x, but it seems deprecated logging is not supported on 2.3.x. I'm getting message Deprecation logging is available in Elasticsearch 2.4.x only. If that is so, then do i need to upgrade to 2.4.x first? If yes, it would be really helpful if anyone can point me to instructions for the same. Thanks.

clintongormley commented 7 years ago

Yes you need to upgrade. See https://www.elastic.co/guide/en/elasticsearch/reference/2.4/setup-upgrade.html

abhiCR7 commented 7 years ago

Thanks @clintongormley