|
1 | 1 | [[working-remote-clusters]] |
2 | 2 | == Remote Clusters |
3 | 3 |
|
4 | | -{kib} *Management* provides user interfaces for working with data from remote |
5 | | -clusters and managing the {ccr} process. You can replicate indices from a |
6 | | -leader remote cluster to a follower index in a local cluster. The local follower indices |
7 | | -can be used to provide remote backups for disaster recovery or for geo-proximite copies of data. |
| 4 | +Use *Remote Clusters* to establish a unidirectional |
| 5 | +connection from your cluster to other clusters. This functionality is |
| 6 | +required for {ref}/xpack-ccr.html[cross-cluster replication] and |
| 7 | +{ref}/modules-cross-cluster-search.html[cross-cluster search]. |
8 | 8 |
|
9 | | -Before using these features, you should be familiar with the following concepts: |
| 9 | +To get started, go to *Management > Remote Clusters*. |
10 | 10 |
|
11 | | -* {ref}/xpack-ccr.html[{ccr-cap}] |
12 | | -* {ref}/modules-cross-cluster-search.html[{ccs-cap}] |
13 | | -* {ref}/cross-cluster-configuring.html[Cross-cluster security requirements] |
| 11 | +[role="screenshot"] |
| 12 | +image::images/remote-clusters-list-view.png[Remote Clusters list view, including Add a remote cluster button] |
14 | 13 |
|
15 | 14 | [float] |
16 | 15 | [[managing-remote-clusters]] |
17 | | -== Managing remote clusters |
18 | | - |
19 | | -*Remote clusters* helps you manage remote clusters for use with |
20 | | -{ccs} and {ccr}. You can add and remove remote clusters and check their connectivity. |
| 16 | +=== Add a remote cluster |
21 | 17 |
|
22 | | -Before you use this feature, you should be familiar with the concept of |
23 | | -{ref}/modules-remote-clusters.html[remote clusters]. |
| 18 | +A {ref}/modules-remote-clusters.html[remote cluster] connection works by configuring a remote cluster and |
| 19 | +connecting to a limited number of nodes, called {ref}/modules-remote-clusters.html#sniff-mode[seed nodes], |
| 20 | +in that cluster. |
| 21 | +Alternatively, you can define a single proxy address for the remote cluster. |
24 | 22 |
|
25 | | -Go to *Management > Elasticsearch > Remote clusters* to create or manage your remotes. |
| 23 | +By default, a cross-cluster request, such as a cross-cluster search or |
| 24 | +replication request, fails if any cluster in the request is unavailable. |
| 25 | +To skip a cluster when its unavailable, |
| 26 | +set *Skip if unavailable* to true. |
26 | 27 |
|
27 | | -To set up a new remote, click *Add a remote cluster*. Give the cluster a unique name |
28 | | -and define the seed nodes for cluster discovery. You can edit or remove your remote clusters |
29 | | -from the *Remote clusters* list view. |
| 28 | +Once you add a remote cluster, you can configure <<managing-cross-cluster-replication, cross-cluster replication>> |
| 29 | +to reproduce indices in the remote cluster on a local cluster. |
30 | 30 |
|
31 | 31 | [role="screenshot"] |
32 | 32 | image::images/add_remote_cluster.png[][UI for adding a remote cluster] |
33 | 33 |
|
34 | | -Once a remote cluster is registered, you can use the tools under *{ccr-cap}* |
35 | | -to add and manage follower indices on the local cluster, and replicate data from |
36 | | -indices on the remote cluster based on an auto-follow index pattern. |
37 | | - |
38 | 34 | [float] |
39 | | -[[managing-cross-cluster-replication]] |
40 | | -== [xpack]#Managing {ccr}# |
41 | | - |
42 | | -*{ccr-cap}* helps you create and manage the {ccr} process. |
43 | | -If you want to replicate data from existing indices, or set up |
44 | | -local followers on a case-by-case basis, go to *Follower indices*. |
45 | | -If you want to automatically detect and follow new indices when they are created |
46 | | -on a remote cluster, you can do so from *Auto-follow patterns*. |
47 | | - |
48 | | -Creating an auto-follow pattern is useful when you have time-series data, like a logs index, on the |
49 | | -remote cluster that is created or rolled over on a daily basis. Once you have configured an |
50 | | -auto-follow pattern, any time a new index with a name that matches the pattern is |
51 | | -created in the remote cluster, a follower index is automatically configured in the local cluster. |
52 | | - |
53 | | -From the same view, you can also see a list of your saved auto-follow patterns for |
54 | | -a given remote cluster, and monitor whether the replication is active. |
| 35 | +[[manage-remote-clusters]] |
| 36 | +=== Manage remote clusters |
55 | 37 |
|
56 | | -Before you use these features, you should be familiar with the following concepts: |
57 | | - |
58 | | -* {ref}/ccr-requirements.html[Requirements for leader indices] |
59 | | -* {ref}/ccr-auto-follow.html[Automatically following indices] |
60 | | - |
61 | | -To get started, go to *Management > Elasticsearch > {ccr-cap}*. |
62 | | - |
63 | | -[role="screenshot"] |
64 | | -image::images/auto_follow_pattern.png[][UI for adding an auto-follow pattern] |
65 | | - |
66 | | -[role="screenshot"] |
67 | | -image::images/follower_indices.png[][UI for adding follower indices] |
| 38 | +From the *Remote Clusters* list view, you can drill down into each cluster and |
| 39 | +view its status. You can also edit and delete a cluster. |
0 commit comments