1 Answer
- Newest
- Most votes
- Most comments
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 } }
answered 4 years ago
Relevant content
- asked 4 years ago

Thanks @Liz Synder for answering. I will try the above command