Skip to content

Commit 405391b

Browse files
Fujimoto Seijifujimotos
Fujimoto Seiji
authored andcommitted
in_tcp: document "send_keepalive_packet" option
See fluent/fluentd#3961 Signed-off-by: Fujimoto Seiji <fujimoto@clear-code.com>
1 parent 2ea8020 commit 405391b

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

input/tcp.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,17 @@ You can set positive value to send FIN on closing on non-Windows.
167167
</source>
168168
```
169169

170+
##### `send_keepalive_packet`
171+
172+
| type | default | available transport type | version |
173+
| :--- | :--- | :--- | :--- |
174+
| bool | false | tcp, tls | 1.15.0 |
175+
176+
Enable `SO_KEEPALIVE` on the underlying TCP sockets.
177+
178+
This is useful when you connect to Fluentd over firewalls or proxies and
179+
want to prevent connections from being closed automatically.
180+
170181
#### TLS configuration
171182

172183
```text

0 commit comments

Comments
 (0)