diff --git a/docs/reference/elasticsearch/configuration-reference/security-settings.md b/docs/reference/elasticsearch/configuration-reference/security-settings.md index 7ca0dbdb97993..f2c95a3ea4151 100644 --- a/docs/reference/elasticsearch/configuration-reference/security-settings.md +++ b/docs/reference/elasticsearch/configuration-reference/security-settings.md @@ -1933,7 +1933,7 @@ You can configure the following TLS/SSL settings. `xpack.security.transport.ssl.trust_restrictions.x509_fields` ![logo cloud](https://doc-icons.s3.us-east-2.amazonaws.com/logo_cloud.svg "Supported on Elastic Cloud Hosted") : Specifies which field(s) from the TLS certificate is used to match for the restricted trust management that is used for remote clusters connections. This should only be set when a self managed cluster can not create certificates that follow the Elastic Cloud pattern. The default value is ["subjectAltName.otherName.commonName"], the Elastic Cloud pattern. "subjectAltName.dnsName" is also supported and can be configured in addition to or in replacement of the default. -`xpack.security.transport.ssl.handshake_timeout` +`xpack.security.transport.ssl.handshake_timeout` {applies_to}`stack: ga 9.2` : Specifies the timeout for a TLS handshake when opening a transport connection. Defaults to `10s`. ### Transport TLS/SSL key and trusted certificate settings [security-transport-tls-ssl-key-trusted-certificate-settings] @@ -2133,7 +2133,7 @@ You can configure the following TLS/SSL settings. For more information, see Oracle’s [Java Cryptography Architecture documentation](https://docs.oracle.com/en/java/javase/11/security/oracle-providers.md#GUID-7093246A-31A3-4304-AC5F-5FB6400405E2). -`xpack.security.remote_cluster_server.ssl.handshake_timeout` +`xpack.security.remote_cluster_server.ssl.handshake_timeout` {applies_to}`stack: ga 9.2` : Specifies the timeout for a TLS handshake when handling an inbound remote-cluster connection. Defaults to `10s`. @@ -2265,7 +2265,7 @@ You can configure the following TLS/SSL settings. For more information, see Oracle’s [Java Cryptography Architecture documentation](https://docs.oracle.com/en/java/javase/11/security/oracle-providers.md#GUID-7093246A-31A3-4304-AC5F-5FB6400405E2). -`xpack.security.remote_cluster_client.ssl.handshake_timeout` +`xpack.security.remote_cluster_client.ssl.handshake_timeout` {applies_to}`stack: ga 9.2` : Specifies the timeout for a TLS handshake when opening a remote-cluster connection. Defaults to `10s`.