From 6b70c87bd5f81154a77f3776037f5be9a7895ea0 Mon Sep 17 00:00:00 2001 From: Athishpranav2003 Date: Thu, 22 May 2025 08:28:57 +0530 Subject: [PATCH] tls1.3 added to fluentd Signed-off-by: Athishpranav2003 --- output/http.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/output/http.md b/output/http.md index 888c93b8..2a7d2013 100644 --- a/output/http.md +++ b/output/http.md @@ -249,7 +249,7 @@ The verify mode of TLS. | type | default | available values | version | | :--- | :--- | :--- | :--- | -| enum | TLSv1\_2 | TLSv1\_2/TLSv1\_1 | 1.7.0 | +| enum | TLSv1\_2 | TLSv1\_3/TLSv1\_2/TLSv1\_1 | 1.7.0 | The default version of TLS.