From a6b89c47fa1aa17592d074d04950c25d90827d68 Mon Sep 17 00:00:00 2001 From: Daijiro Fukuda Date: Wed, 15 May 2024 15:42:22 +0900 Subject: [PATCH] out_http: Add new option: reuse_connections New feature of Fluentd v1.17.0. Related: https://github.com/fluent/fluentd/pull/4330 Signed-off-by: Daijiro Fukuda --- output/http.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/output/http.md b/output/http.md index 285e7147..1bfb061f 100644 --- a/output/http.md +++ b/output/http.md @@ -189,6 +189,14 @@ See also [Ruby document](https://docs.ruby-lang.org/en/master/Net/HTTP.html#attr The TLS timeout in seconds. +### `reuse_connections` + +| type | default | version | +| :--- | :--- | :--- | +| bool | false | 1.17.0 | + +Try to reuse connections. This will improve performance. + ### `tls_ca_cert_path` | type | default | version |