mirror of
https://github.com/iSharkFly-Docs/opensearch-docs-cn
synced 2025-03-01 08:19:04 +00:00
Update serach.remote with cluster.remote (#696)
Signed-off-by: pawelw1 <pawel.wlodarczyk@eliatra.com>
This commit is contained in:
parent
c7fde4ec7c
commit
95782cda5a
@ -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 '
|
curl -k -XPUT -H 'Content-Type: application/json' -u 'admin:admin' 'https://localhost:9250/_cluster/settings' -d '
|
||||||
{
|
{
|
||||||
"persistent": {
|
"persistent": {
|
||||||
"search.remote": {
|
"cluster.remote": {
|
||||||
"opensearch-ccs-cluster1": {
|
"opensearch-ccs-cluster1": {
|
||||||
"seeds": ["172.31.0.3:9300"]
|
"seeds": ["172.31.0.3:9300"]
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user