Update serach.remote with cluster.remote (#696)

Signed-off-by: pawelw1 <pawel.wlodarczyk@eliatra.com>
This commit is contained in:
pawelw1 2022-06-22 18:57:09 +01:00 committed by GitHub
parent c7fde4ec7c
commit 95782cda5a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -153,7 +153,7 @@ On the coordinating cluster, add the remote cluster name and the IP address (wit
curl -k -XPUT -H 'Content-Type: application/json' -u 'admin:admin' 'https://localhost:9250/_cluster/settings' -d '
{
"persistent": {
"search.remote": {
"cluster.remote": {
"opensearch-ccs-cluster1": {
"seeds": ["172.31.0.3:9300"]
}