Skip to content

Commit 11bb095

Browse files
Apply suggestions from code review
Co-authored-by: shainaraskas <[email protected]>
1 parent f71f8ff commit 11bb095

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

deploy-manage/remote-clusters/_snippets/rcs-elasticsearch-api-snippet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ To configure a deployment as a remote cluster, use the [cluster update settings
1515
* `proxy_address`: This value can be found on the **Security** page of the {{remote_type}} you want to use as a remote. Copy the **Proxy address** from the **Remote cluster parameters** section. Also, using the API, this value can be obtained from the {{es}} resource info, concatenating the field `metadata.endpoint` and port `9400` using a semicolon.
1616

1717
::::{note}
18-
If you’re using API keys as security model, change the port into `9443`.
18+
If you’re using API keys as security model, change the port to `9443`.
1919
::::
2020

2121
* `server_name`: This value can be found on the **Security** page of the {{remote_type}} you want to use as a remote. Copy the **Server name** from the **Remote cluster parameters** section. Also, using the API, this can be obtained from the {{es}} resource info field `metadata.endpoint`.

deploy-manage/remote-clusters/_snippets/rcs-kibana-api-snippet.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ This snippet is in use in the following locations:
99
1010
It requires remote_type substitution to be defined
1111
-->
12-
1. Open the {{kib}} main menu, and select **Stack Management > Data > Remote Clusters > Add a remote cluster**.
12+
1. Go to the **Remote Clusters** management page in the navigation menu or use the [global search field](/explore-analyze/find-and-organize/find-apps-and-objects.md).
13+
2. Select **Add a remote cluster**.
1314
2. In **Select connection type**, choose the authentication mechanism you prepared earlier (**API keys** or **Certificates**), and then click **Next**.
1415
3. In **Add connection information**, fill in the following fields:
1516

@@ -20,7 +21,7 @@ It requires remote_type substitution to be defined
2021
* **Remote address**: This value can be found on the **Security** page of the {{remote_type}} you want to use as a remote. Copy the **Proxy address** from the **Remote cluster parameters** section.
2122

2223
::::{note}
23-
If you’re using API keys as security model, change the port into `9443`.
24+
If you’re using API keys as security model, change the port to `9443`.
2425
::::
2526

2627
* **Configure advanced options** (optional): Expand this section if you need to customize additional settings.
@@ -30,7 +31,7 @@ It requires remote_type substitution to be defined
3031

3132
* **Socket connections**: Define the number of connections to open with the remote cluster.
3233

33-
For a full list of available client connection settings, refer to [remote cluster settings reference](elasticsearch://reference/elasticsearch/configuration-reference/remote-clusters.md#remote-cluster-proxy-settings).
34+
For a full list of available client connection settings, refer to the [remote cluster settings reference](elasticsearch://reference/elasticsearch/configuration-reference/remote-clusters.md#remote-cluster-proxy-settings).
3435

3536
4. Click **Next**.
3637
5. In **Confirm setup**, click **Add remote cluster** (you have already established trust in a previous step).

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ snippet:
180180
:::{include} _snippets/rcs-elasticsearch-api-snippet.md
181181
:::
182182

183-
### Using the {{ecloud}} RESTful API [ec_using_the_elasticsearch_service_restful_api]
183+
### Using the {{ecloud}} API [ec_using_the_elasticsearch_service_restful_api]
184184
```{applies_to}
185185
deployment:
186186
ess: deprecated

deploy-manage/remote-clusters/ece-remote-cluster-same-ece.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ If you’re having issues establishing the connection and the remote cluster is
191191
:::{include} _snippets/rcs-elasticsearch-api-snippet.md
192192
:::
193193

194-
### Using the {{ece}} RESTful API [ece_using_the_elastic_cloud_enterprise_restful_api]
194+
### Using the {{ece}} API [ece_using_the_elastic_cloud_enterprise_restful_api]
195195
```{applies_to}
196196
deployment:
197197
ece: deprecated

0 commit comments

Comments
 (0)