Skip to content

Commit 68fe477

Browse files
authored
Merge pull request #354 from ashie/in-syslog-keepalive
in_syslog: Add a new & a missing parameter
2 parents 72f5648 + 6b521d9 commit 68fe477

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

input/syslog.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,22 @@ Emits unmatched lines when `<parse>` format is not matched for incoming logs.
239239

240240
Emitted record is `{"unmatched_line" : "incoming line"}` with `${tag parameter}.unmatched` tag.
241241

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.
257+
242258
### `source_hostname_key`
243259

244260
| type | default | version |

0 commit comments

Comments
 (0)