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 Risposta
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
con risposta 2 anni fa
  • Thanks @Liz Synder for answering. I will try the above command

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande