You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: input/syslog.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -247,6 +247,14 @@ Emitted record is `{"unmatched_line" : "incoming line"}` with `${tag parameter}.
247
247
248
248
Tries to resolve hostname from IP addresses or not. Cannot set `false` when `source_hostname_key` is set.
249
249
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.
0 commit comments