Skip to content

Commit 6b521d9

Browse files
committed
1.0: in_syslog: Add a new parameter send_keepalive_packet
Since 1.14.0: fluent/fluentd#3474 Signed-off-by: Takuro Ashie <ashie@clear-code.com>
1 parent c99ae15 commit 6b521d9

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

input/syslog.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,14 @@ Emitted record is `{"unmatched_line" : "incoming line"}` with `${tag parameter}.
247247

248248
Tries to resolve hostname from IP addresses or not. Cannot set `false` when `source_hostname_key` is set.
249249

250+
### `send_keepalive_packet`
251+
252+
| type | default | version |
253+
| :--- | :--- | :--- |
254+
| bool | false | 1.14.0 |
255+
256+
Enables the TCP keepalive for sockets. See [socket article](../plugin-helper-overview/api-plugin-helper-socket.md#send_keepalive_packet-usecase) for more details.
257+
250258
### `source_hostname_key`
251259

252260
| type | default | version |

0 commit comments

Comments
 (0)