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年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ