mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-24 23:27:25 -04:00
[DOCS] Add prerequisites for CCS (#81782)
* Adds a prerequisites section covering remote cluster config, node roles, and security. * Moves existing content about remote cluster config to the prereqs. * Updates the remote cluster docs to include information about eligible gateway nodes and tagging for gateway nodes. Closes https://github.com/elastic/elasticsearch/issues/72001
This commit is contained in:
parent
8765d2665b
commit
7142b47e69
3 changed files with 42 additions and 38 deletions
|
@ -76,6 +76,7 @@ mode are described separately.
|
|||
The number of gateway nodes to connect to for this remote cluster. The default
|
||||
is `3`.
|
||||
|
||||
[[cluster-remote-node-attr]]
|
||||
`cluster.remote.node.attr`::
|
||||
|
||||
A node attribute to filter out nodes that are eligible as a gateway node in
|
||||
|
|
|
@ -68,10 +68,12 @@ local and remote nodes.
|
|||
include::remote-clusters-shared.asciidoc[tag=remote-cluster-compatibility-matrix]
|
||||
====
|
||||
|
||||
* *role*: Dedicated master nodes are never selected as gateway nodes.
|
||||
* *attributes*: You can tag which nodes should be selected
|
||||
(see <<remote-clusters-settings,remote cluster settings>>), though such tagged nodes still have
|
||||
to satisfy the two above requirements.
|
||||
* *role*: By default, any non-<<master-node,master-eligible>> node can act as a
|
||||
gateway node. Dedicated master nodes are never selected as gateway nodes.
|
||||
|
||||
* *attributes*: You can define the gateway nodes for a cluster by setting
|
||||
<<cluster-remote-node-attr,`cluster.remote.node.attr.gateway`>> to `true`.
|
||||
However, such nodes still have to satisfy the two above requirements.
|
||||
|
||||
[[proxy-mode]]
|
||||
[discrete]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue