From 95782cda5a413182e2d822e993f3eb222245d3f0 Mon Sep 17 00:00:00 2001 From: pawelw1 Date: Wed, 22 Jun 2022 18:57:09 +0100 Subject: [PATCH] Update serach.remote with cluster.remote (#696) Signed-off-by: pawelw1 --- _security-plugin/access-control/cross-cluster-search.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_security-plugin/access-control/cross-cluster-search.md b/_security-plugin/access-control/cross-cluster-search.md index 88c84921..8c528fc1 100644 --- a/_security-plugin/access-control/cross-cluster-search.md +++ b/_security-plugin/access-control/cross-cluster-search.md @@ -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"] }