|
@@ -111,7 +111,7 @@ will be prefixed with their remote cluster name:
|
|
|
* `search.remote.connections_per_cluster` - the number of nodes to connect to per remote cluster. The default is `3`
|
|
|
* `search.remote.initial_connect_timeout` - the time to wait for remote connections to be established when the node
|
|
|
starts. The default is `30s`.
|
|
|
-* `search.remote.node_attribute` - a node attribute to filter out nodes that are eligible as a gateway node in the
|
|
|
+* `search.remote.node.attr` - a node attribute to filter out nodes that are eligible as a gateway node in the
|
|
|
remote cluster. For instance a node can have a node attribute `node.attr.gateway: true` such that only nodes with this
|
|
|
- attribute will be connected to if `search.remote.node_attribute` is set to `gateway`
|
|
|
+ attribute will be connected to if `search.remote.node.attr` is set to `gateway`
|
|
|
|