We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ea8020 commit 405391bCopy full SHA for 405391b
input/tcp.md
@@ -167,6 +167,17 @@ You can set positive value to send FIN on closing on non-Windows.
167
</source>
168
```
169
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
181
#### TLS configuration
182
183
```text
0 commit comments