Skip to content

Commit a982cdf

Browse files
committed
cleanup
1 parent 05bc37c commit a982cdf

File tree

8 files changed

+14
-428
lines changed

8 files changed

+14
-428
lines changed

deploy-manage/remote-clusters.md

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,15 @@
11
---
22
applies_to:
3-
stack: ga
43
deployment:
54
ece: ga
65
eck: ga
76
ess: ga
87
self: ga
9-
serverless: unavailable
8+
serverless: unavailable
109
---
1110

1211
# Remote clusters [remote-clusters]
1312

14-
% What needs to be done: Write from scratch
15-
16-
% GitHub issue: https://github.com/elastic/docs-projects/issues/345
17-
18-
% Scope notes: "Landing page for cross cluster comms, used by CCS and CCR.
19-
% We will cover here the raw configuration at Elasticsearch level and the docs to enable remote clusters in ESS / ECE / ECK.
20-
% We can include links to the use cases of remote clusters, such as CCR and CCS."
21-
2213
By setting up **remote clusters**, you can connect an {{es}} cluster to other {{es}} clusters. Remote clusters can be located in different data centers, geographic regions, and run on a different type of environment: {{ech}}, {{ece}}, {{eck}}, or self-managed.
2314

2415
Remote clusters are especially useful in two cases:

deploy-manage/remote-clusters/ec-enable-ccs.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ To use CCS or CCR, your deployments must meet the following criteria:
2727
:::{include} _snippets/remote-cluster-certificate-compatibility.md
2828
:::
2929

30-
* If your deployment was created before February 2021, the Remote clusters page in {{kib}} must be enabled manually from the **Security** page of your deployment, by selecting **Enable CCR** under **Trust management**.
30+
* If your deployment was created before February 2021, the **Remote clusters** page in {{kib}} must be enabled manually from the **Security** page of your deployment, by selecting **Enable CCR** under **Trust management**.
3131

3232
## Set up remote clusters with {{ech}}
3333

@@ -45,8 +45,8 @@ The steps, information, and authentication method required to configure CCS and
4545

4646
* [From another deployment of your {{ecloud}} organization](ec-remote-cluster-same-ess.md)
4747
* [From a deployment of another {{ecloud}} organization](ec-remote-cluster-other-ess.md)
48-
* [From an ECE deployment](https://www.elastic.co/guide/en/cloud-enterprise/current/ece-enable-ccs.html)
49-
* [From a self-managed cluster](https://www.elastic.co/guide/en/elasticsearch/reference/current/remote-clusters.html)
48+
* [From an ECE deployment](ece-remote-cluster-ece-ess.md)
49+
* [From a self-managed cluster](remote-clusters-self-managed.md)
5050
* [From an ECK environment](ec-enable-ccs-for-eck.md)
5151

5252

deploy-manage/remote-clusters/ec-migrate-ccs.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ applies_to:
44
ess: ga
55
mapped_pages:
66
- https://www.elastic.co/guide/en/cloud/current/ec-migrate-ccs.html
7+
navigation_title: "Migrate the CCS deployment template"
78
---
89

910
# Migrate the cross-cluster search deployment template [ec-migrate-ccs]

deploy-manage/remote-clusters/ec-remote-cluster-same-ess.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,20 +33,20 @@ On the local cluster side, not every local user needs to access every piece of d
3333
If you run into any issues, refer to [Troubleshooting](remote-clusters-troubleshooting.md).
3434

3535

36-
#### Prerequisites and limitations [ec_prerequisites_and_limitations]
36+
### Prerequisites and limitations [ec_prerequisites_and_limitations]
3737

3838
* The local and remote deployments must be on {{stack}} 8.14 or later.
3939
* API key authentication can’t be used in combination with traffic filters.
4040
* Contrary to the certificate security model, the API key security model does not require that both local and remote clusters trust each other.
4141

4242

43-
#### Create a cross-cluster API key on the remote deployment [ec_create_a_cross_cluster_api_key_on_the_remote_deployment]
43+
### Create a cross-cluster API key on the remote deployment [ec_create_a_cross_cluster_api_key_on_the_remote_deployment]
4444

4545
* On the deployment you will use as remote, use the [{{es}} API](https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-security-create-cross-cluster-api-key) or [{{kib}}](../api-keys/elasticsearch-api-keys.md) to create a cross-cluster API key. Configure it with access to the indices you want to use for {{ccs}} or {{ccr}}.
4646
* Copy the encoded key (`encoded` in the response) to a safe location. You will need it in the next step.
4747

4848

49-
#### Add the cross-cluster API key to the keystore of the local deployment [ec_add_the_cross_cluster_api_key_to_the_keystore_of_the_local_deployment]
49+
### Add the cross-cluster API key to the keystore of the local deployment [ec_add_the_cross_cluster_api_key_to_the_keystore_of_the_local_deployment]
5050

5151
The API key created previously will be used by the local deployment to authenticate with the corresponding set of permissions to the remote deployment. For that, you need to add the API key to the local deployment’s keystore.
5252

@@ -76,7 +76,7 @@ If you later need to update the remote connection with different permissions, yo
7676
::::::
7777

7878
::::::{tab-item} TLS certificate (deprecated)
79-
#### Set the default trust with other clusters in the same {{ecloud}} organization [ec_set_the_default_trust_with_other_clusters_in_the_same_elasticsearch_service_organization]
79+
### Set the default trust with other clusters in the same {{ecloud}} organization [ec_set_the_default_trust_with_other_clusters_in_the_same_elasticsearch_service_organization]
8080

8181
By default, any deployment that you create trusts all other deployments in the same organization. You can change this behavior in the [{{ecloud}} Console](https://cloud.elastic.co?page=docs&placement=docs-body) under **Features** > **Trust**, so that when a new deployment is created it does not automatically trust any other deployment. You can choose one of the following options:
8282

@@ -96,7 +96,7 @@ By default, any deployment that you create trusts all other deployments in the s
9696

9797

9898

99-
#### Specify the deployments trusted to be used as remote clusters [ec_specify_the_deployments_trusted_to_be_used_as_remote_clusters]
99+
### Specify the deployments trusted to be used as remote clusters [ec_specify_the_deployments_trusted_to_be_used_as_remote_clusters]
100100

101101
If your organization’s deployments already trust each other by default, you can skip this section. If that’s not the case, follow these steps to configure which are the specific deployments that should be trusted.
102102

deploy-manage/remote-clusters/ece-migrate-ccs.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ applies_to:
44
ece: ga
55
mapped_pages:
66
- https://www.elastic.co/guide/en/cloud-enterprise/current/ece-migrate-ccs.html
7+
navigation_title: "Migrate the CCS deployment template"
78
---
89

910
# Migrate the cross-cluster search deployment template [ece-migrate-ccs]

0 commit comments

Comments
 (0)