How to disable compatibility mode on existing Opensearch or elasticsearch 6.8 domain

0

While checking the compatibility of my current elasticsearch version to opensearch. some how the compatibility mode got ON. I wanted to disable it. Can anyone please guide me on this.

1 Answer
1

Here's the command to disable compatibility mode: https://docs.aws.amazon.com/opensearch-service/latest/developerguide/rename.html#rename-upgrade

PUT /_cluster/settings { "persistent" : { "compatibility.override_main_response_version" : false } }

profile pictureAWS
answered 2 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions