for issue 517 override setting not supported for legacy clients in OpenSearch version 2.0

Signed-off-by: alicejw <alicejw@amazon.com>
This commit is contained in:
alicejw 2022-05-16 10:27:41 -07:00
parent 776c6fe1d3
commit da027fb960

View File

@ -26,6 +26,8 @@ PUT _cluster/settings
}
}
```
{: .note}
The Override main response setting `compatibility.override_main_response_version` is removed from OpenSearch 2.0.0. This setting is no longer supported for compatibility with legacy clients.
<!-- This setting is deprecated in 1.0 and removed from 2.0
[Just like any other setting]({{site.url}}{{site.baseurl}}/opensearch/configuration/), the alternative is to add the following line to `opensearch.yml` on each node and then restart the node: