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 2 years ago
Relevant content
- asked 3 years ago
- Accepted Answerasked a year ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated 4 months ago
Thanks @Liz Synder for answering. I will try the above command