Skip to content

Commit b3a77b1

Browse files
eedugonshainaraskasflorent-leborgne
authored
Apply suggestions from code review
Co-authored-by: shainaraskas <[email protected]> Co-authored-by: florent-leborgne <[email protected]>
1 parent 1033308 commit b3a77b1

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,22 @@ This snippet is in use in the following locations:
33
- ece-remote-cluster-self-managed.md
44
- ec-remote-cluster-self-managed.md
55
-->
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**.
78
2. In **Select connection type**, choose the authentication mechanism you prepared earlier (**API keys** or **Certificates**), and click **Next**.
89

910
3. In **Add connection information**, fill in the following fields:
1011

1112
* **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.
1213

1314
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.
1516

1617
Make sure you use the correct port for your authentication method:
1718
* **API keys**: Use the port configured in the remote cluster interface of the remote cluster (defaults to `9443`).
1819
* **TLS Certificates**: Use the {{es}} transport port (defaults to `9300`).
1920

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`.
2122

2223
* **Configure advanced options** (optional): Expand this section if you need to customize additional settings.
2324
* **TLS server name**: Specify a value if the certificate presented by the remote cluster is signed for a different name than the remote address.

deploy-manage/remote-clusters/remote-clusters-api-key.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ To add a remote cluster from Stack Management in {{kib}}:
158158
2. Enter a name (*cluster alias*) for the remote cluster.
159159
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`.
160160
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.
162162
163163
### Using the {{es}} API
164164

0 commit comments

Comments
 (0)