Skip to content

Commit f29bb49

Browse files
authored
add availability information for ssl handshake timeout settings (#131786)
* add availability information for ssl handshake timeout settings * fix syntax
1 parent 9c23d73 commit f29bb49

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/reference/elasticsearch/configuration-reference/security-settings.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1933,7 +1933,7 @@ You can configure the following TLS/SSL settings.
19331933
`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")
19341934
: 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.
19351935

1936-
`xpack.security.transport.ssl.handshake_timeout`
1936+
`xpack.security.transport.ssl.handshake_timeout` {applies_to}`stack: ga 9.2`
19371937
: Specifies the timeout for a TLS handshake when opening a transport connection. Defaults to `10s`.
19381938

19391939
### 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.
21332133

21342134
For more information, see Oracle’s [Java Cryptography Architecture documentation](https://docs.oracle.com/en/java/javase/11/security/java-cryptography-architecture-jca-reference-guide.html).
21352135

2136-
`xpack.security.remote_cluster_server.ssl.handshake_timeout`
2136+
`xpack.security.remote_cluster_server.ssl.handshake_timeout` {applies_to}`stack: ga 9.2`
21372137
: Specifies the timeout for a TLS handshake when handling an inbound remote-cluster connection. Defaults to `10s`.
21382138

21392139

@@ -2265,7 +2265,7 @@ You can configure the following TLS/SSL settings.
22652265

22662266
For more information, see Oracle’s [Java Cryptography Architecture documentation](https://docs.oracle.com/en/java/javase/11/security/java-cryptography-architecture-jca-reference-guide.html).
22672267

2268-
`xpack.security.remote_cluster_client.ssl.handshake_timeout`
2268+
`xpack.security.remote_cluster_client.ssl.handshake_timeout` {applies_to}`stack: ga 9.2`
22692269
: Specifies the timeout for a TLS handshake when opening a remote-cluster connection. Defaults to `10s`.
22702270

22712271

0 commit comments

Comments
 (0)