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 回答
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
已回答 2 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则