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 Resposta
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
respondido há 2 anos
  • Thanks @Liz Synder for answering. I will try the above command

Você não está conectado. Fazer login para postar uma resposta.

Uma boa resposta responde claramente à pergunta, dá feedback construtivo e incentiva o crescimento profissional de quem perguntou.

Diretrizes para responder a perguntas