Skip to content

Commit 2f9cf00

Browse files
committed
bugfix
1 parent d6bba04 commit 2f9cf00

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This snippet is in use in the following locations:
1212
* **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.
1313

1414
When using API key authentication, this alias must match the **Remote cluster name** you configured when adding the API key in the Cloud UI.
15-
* **Remote address**: Enter the endpoint of the remote self-managed cluster, including the hostname, FQDN, or IP address, and the port.
15+
* **Remote address**: Enter the endpoint of the remote self-managed cluster, including the hostname, FQDN, or IP address, and the port.
1616

1717
Make sure you use the correct port for your authentication method:
1818
* **API keys**: Use the port configured in the remote cluster interface of the remote cluster (defaults to `9443`).

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. Select **Add a remote cluster**.
159159
3. Select **API keys** as the connection type.
160160
4. Enter a name (*cluster alias*) for the remote cluster.
161-
5. 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`.
161+
5. Specify the {{es}} endpoint URL, or 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`.
162162
163163
Starting with {{kib}} 9.2, you can also specify IPv6 addresses.
164164

deploy-manage/remote-clusters/remote-clusters-cert.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ To add a remote cluster from Stack Management in {{kib}}:
6868
2. Select **Add a remote cluster**.
6969
3. Select **Certificates** as the connection type.
7070
4. Enter a name (*cluster alias*) for the remote cluster.
71-
5. Specify the {{es}} endpoint URL, the IP address, or host name of the remote cluster followed by the transport port (defaults to `9300`). For example, `cluster.es.eastus2.staging.azure.foundit.no:9300` or `192.168.1.1:9300`.
71+
5. Specify the {{es}} endpoint URL, or the IP address or host name of the remote cluster, followed by the transport port (defaults to `9300`). For example, `cluster.es.eastus2.staging.azure.foundit.no:9300` or `192.168.1.1:9300`.
7272

7373
Starting with {{kib}} 9.2, you can also specify IPv6 addresses.
7474

0 commit comments

Comments
 (0)