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-kibana-api-snippet-self.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
@@ -3,21 +3,22 @@ This snippet is in use in the following locations:
3
3
- ece-remote-cluster-self-managed.md
4
4
- ec-remote-cluster-self-managed.md
5
5
-->
6
-
1. Open the {{kib}} main menu, and select **Stack Management > Data > Remote Clusters > Add a remote cluster**.
6
+
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).
7
+
2. Select **Add a remote cluster**.
7
8
2. In **Select connection type**, choose the authentication mechanism you prepared earlier (**API keys** or **Certificates**), and click **Next**.
8
9
9
10
3. In **Add connection information**, fill in the following fields:
10
11
11
12
***Remote cluster name**: This *cluster alias* is a unique identifier that represents the connection to the remote cluster and is used to distinguish local and remote indices.
12
13
13
14
When using API key authentication, this alias must match the **Remote cluster name** you configured when adding the API key in the Cloud UI.
14
-
***Remote address**: Enter the endpoint of the remote self-managed cluster, including the hostname, FQDN, or IP address, and the port. Starting with {{kib}} 9.2, this field also supports IPv6 addresses.
15
+
***Remote address**: Enter the endpoint of the remote self-managed cluster, including the hostname, FQDN, or IP address, and the port.
15
16
16
17
Make sure you use the correct port for your authentication method:
17
18
***API keys**: Use the port configured in the remote cluster interface of the remote cluster (defaults to `9443`).
18
19
***TLS Certificates**: Use the {{es}} transport port (defaults to `9300`).
19
20
20
-
When using an IPv6 address, enclose it in square brackets followed by the port number. For example: `[2001:db8::1]:9443`.
21
+
Starting with {{kib}} 9.2, this field also supports IPv6 addresses. When using an IPv6 address, enclose it in square brackets followed by the port number. For example: `[2001:db8::1]:9443`.
21
22
22
23
***Configure advanced options** (optional): Expand this section if you need to customize additional settings.
23
24
***TLS server name**: Specify a value if the certificate presented by the remote cluster is signed for a different name than the remote address.
Copy file name to clipboardExpand all lines: deploy-manage/remote-clusters/remote-clusters-api-key.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
@@ -158,7 +158,7 @@ To add a remote cluster from Stack Management in {{kib}}:
158
158
2. Enter a name (*cluster alias*) for the remote cluster.
159
159
3. Specify the {{es}} endpoint URL, the IP address, or host name of the remote cluster, followed by the remote cluster port (defaults to `9443`). For example, `cluster.es.eastus2.staging.azure.foundit.no:9443` or `192.168.1.1:9443`.
160
160
161
-
Both IPv4 and IPv6 ({applies_to}`stack: ga 9.2`) addresses are supported.
161
+
Starting with {{kib}} 9.2, you can also specify IPv6 addresses.
0 commit comments