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
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -239,6 +239,22 @@ Emits unmatched lines when `<parse>` format is not matched for incoming logs.
239
239
240
240
Emitted record is `{"unmatched_line" : "incoming line"}` with `${tag parameter}.unmatched` tag.
241
241
242
+
### `resolve_hostname`
243
+
244
+
| type | default | version |
245
+
| :--- | :--- | :--- |
246
+
| bool | nil | 0.14.19 |
247
+
248
+
Tries to resolve hostname from IP addresses or not. Cannot set `false` when `source_hostname_key` is set.
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