You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: deploy-manage/remote-clusters/_snippets/rcs-elasticsearch-api-snippet.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ To configure a deployment as a remote cluster, use the [cluster update settings
15
15
*`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.
16
16
17
17
::::{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`.
19
19
::::
20
20
21
21
*`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`.
Copy file name to clipboardExpand all lines: deploy-manage/remote-clusters/_snippets/rcs-kibana-api-snippet.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,8 @@ This snippet is in use in the following locations:
9
9
10
10
It requires remote_type substitution to be defined
11
11
-->
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**.
13
14
2. In **Select connection type**, choose the authentication mechanism you prepared earlier (**API keys** or **Certificates**), and then click **Next**.
14
15
3. In **Add connection information**, fill in the following fields:
15
16
@@ -20,7 +21,7 @@ It requires remote_type substitution to be defined
20
21
***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.
21
22
22
23
::::{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`.
24
25
::::
25
26
26
27
***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
30
31
31
32
***Socket connections**: Define the number of connections to open with the remote cluster.
32
33
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).
34
35
35
36
4. Click **Next**.
36
37
5. In **Confirm setup**, click **Add remote cluster** (you have already established trust in a previous step).
0 commit comments