Skip to content

Commit 83a53f2

Browse files
committed
final minor updates from reviews
1 parent b3a77b1 commit 83a53f2

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,6 @@ PUT /_cluster/settings
3737

3838
::::{note}
3939
When using API key authentication, the cluster alias must match the one you configured when adding the API key in the Cloud UI.
40-
::::
40+
::::
41+
42+
For a full list of available client connection settings in proxy mode, refer to [remote cluster settings reference](elasticsearch://reference/elasticsearch/configuration-reference/remote-clusters.md#remote-cluster-proxy-settings).

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,5 @@ This snippet is in use in the following locations:
2424
* **TLS server name**: Specify a value if the certificate presented by the remote cluster is signed for a different name than the remote address.
2525
* **Socket connections**: Define the number of connections to open with the remote cluster.
2626

27-
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).
28-
2927
4. Click **Next**.
3028
5. In **Confirm setup**, click **Add remote cluster** (you have already established trust in a previous step).

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. Enter a name (*cluster alias*) for the remote cluster.
6969
3. 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`.
7070

71-
Both IPv4 and IPv6 ({applies_to}`stack: ga 9.2`) addresses are supported.
71+
Starting with {{kib}} 9.2, you can also specify IPv6 addresses.
7272

7373
### Using the {{es}} API
7474

0 commit comments

Comments
 (0)