|
|
@@ -52,10 +52,10 @@ PUT _cluster/settings
|
|
|
"persistent": {
|
|
|
"cluster": {
|
|
|
"remote": {
|
|
|
- "cluster_one": {
|
|
|
+ "one": {
|
|
|
"seeds": [ "10.0.1.1:9300" ]
|
|
|
},
|
|
|
- "cluster_two": {
|
|
|
+ "two": {
|
|
|
"seeds": [ "10.0.2.1:9300" ]
|
|
|
}
|
|
|
}
|
|
|
@@ -83,7 +83,7 @@ First, enable cluster `one` to perform cross cluster search on remote cluster
|
|
|
PUT _cluster/settings
|
|
|
{
|
|
|
"persistent": {
|
|
|
- "cluster.remote.cluster_two.seeds": [ "10.0.2.1:9300" ]
|
|
|
+ "cluster.remote.two.seeds": [ "10.0.2.1:9300" ]
|
|
|
}
|
|
|
}
|
|
|
-----------------------------------------------------------
|