Skip to content

Commit c99ae15

Browse files
committed
1.0: in_syslog: Add a missing parameter resolve_hostname
Since 0.14.19: fluent/fluentd#1616 Signed-off-by: Takuro Ashie <ashie@clear-code.com>
1 parent 72f5648 commit c99ae15

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
@@ -239,6 +239,14 @@ 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+
242250
### `source_hostname_key`
243251

244252
| type | default | version |

0 commit comments

Comments
 (0)