@@ -1182,9 +1182,9 @@ output.elasticsearch:
11821182 # `full`.
11831183 # ssl.verification_mode: full
11841184
1185- # List of supported/valid TLS versions. By default all TLS versions from 1.0 up to
1186- # 1.2 are enabled.
1187- # ssl.supported_protocols: [TLSv1.0 , TLSv1.1 , TLSv1.2 ]
1185+ # List of supported/valid TLS versions. By default all TLS versions from 1.1
1186+ # up to 1.3 are enabled.
1187+ # ssl.supported_protocols: [TLSv1.1 , TLSv1.2 , TLSv1.3 ]
11881188
11891189 # List of root certificates for HTTPS server verifications
11901190 # ssl.certificate_authorities: ["/etc/pki/root/ca.pem"]
@@ -1274,9 +1274,9 @@ output.elasticsearch:
12741274 # `full`.
12751275 # ssl.verification_mode: full
12761276
1277- # List of supported/valid TLS versions. By default all TLS versions from 1.0 up to
1278- # 1.2 are enabled.
1279- # ssl.supported_protocols: [TLSv1.0 , TLSv1.1 , TLSv1.2 ]
1277+ # List of supported/valid TLS versions. By default all TLS versions from 1.1
1278+ # up to 1.3 are enabled.
1279+ # ssl.supported_protocols: [TLSv1.1 , TLSv1.2 , TLSv1.3 ]
12801280
12811281 # Optional SSL configuration options. SSL is off by default.
12821282 # List of root certificates for HTTPS server verifications
@@ -1447,9 +1447,9 @@ output.elasticsearch:
14471447 # `full`.
14481448 # ssl.verification_mode: full
14491449
1450- # List of supported/valid TLS versions. By default all TLS versions from 1.0 up to
1451- # 1.2 are enabled.
1452- # ssl.supported_protocols: [TLSv1.0 , TLSv1.1 , TLSv1.2 ]
1450+ # List of supported/valid TLS versions. By default all TLS versions from 1.1
1451+ # up to 1.3 are enabled.
1452+ # ssl.supported_protocols: [TLSv1.1 , TLSv1.2 , TLSv1.3 ]
14531453
14541454 # Certificate for SSL client authentication
14551455 # ssl.certificate: "/etc/pki/client/cert.pem"
@@ -1559,9 +1559,9 @@ output.elasticsearch:
15591559 # `full`.
15601560 # ssl.verification_mode: full
15611561
1562- # List of supported/valid TLS versions. By default all TLS versions 1.0 up to
1563- # 1.2 are enabled.
1564- # ssl.supported_protocols: [TLSv1.0 , TLSv1.1 , TLSv1.2 ]
1562+ # List of supported/valid TLS versions. By default all TLS versions from 1.1
1563+ # up to 1.3 are enabled.
1564+ # ssl.supported_protocols: [TLSv1.1 , TLSv1.2 , TLSv1.3 ]
15651565
15661566 # Optional SSL configuration options. SSL is off by default.
15671567 # List of root certificates for HTTPS server verifications
@@ -1828,9 +1828,9 @@ setup.kibana:
18281828 # `full`.
18291829 # ssl.verification_mode: full
18301830
1831- # List of supported/valid TLS versions. By default all TLS versions from 1.0 up to
1832- # 1.2 are enabled.
1833- # ssl.supported_protocols: [TLSv1.0 , TLSv1.1 , TLSv1.2 ]
1831+ # List of supported/valid TLS versions. By default all TLS versions from 1.1
1832+ # up to 1.3 are enabled.
1833+ # ssl.supported_protocols: [TLSv1.1 , TLSv1.2 , TLSv1.3 ]
18341834
18351835 # SSL configuration. The default is off.
18361836 # List of root certificates for HTTPS server verifications
@@ -2004,9 +2004,9 @@ logging.files:
20042004 # `full`.
20052005 # ssl.verification_mode: full
20062006
2007- # List of supported/valid TLS versions. By default all TLS versions from 1.0 up to
2008- # 1.2 are enabled.
2009- # ssl.supported_protocols: [TLSv1.0 , TLSv1.1 , TLSv1.2 ]
2007+ # List of supported/valid TLS versions. By default all TLS versions from 1.1
2008+ # up to 1.3 are enabled.
2009+ # ssl.supported_protocols: [TLSv1.1 , TLSv1.2 , TLSv1.3 ]
20102010
20112011 # SSL configuration. The default is off.
20122012 # List of root certificates for HTTPS server verifications
0 commit comments