Skip to content

Commit

Permalink
out_http: Add new option: reuse_connections
Browse files Browse the repository at this point in the history
New feature of Fluentd v1.17.0.
Related: fluent/fluentd#4330

Signed-off-by: Daijiro Fukuda <[email protected]>
  • Loading branch information
daipom committed May 15, 2024
1 parent e8cda55 commit a6b89c4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions output/http.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down

0 comments on commit a6b89c4

Please sign in to comment.