Skip to content

Commit 0373b09

Browse files
Update tcp.md
plugins/input/tcp.md: Delimiter `"\n"` must be quoted, otherwise fluentd treats it as `"\\n"`. Signed-off-by: Alexey Medvedchikov <alexey.medvedchikov@gmail.com>
1 parent 0d1efad commit 0373b09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/input/tcp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ process is required.
2222
</parse>
2323
port 20001 # optional. 5170 by default
2424
bind 0.0.0.0 # optional. 0.0.0.0 by default
25-
delimiter \n # optional. \n (newline) by default
25+
delimiter "\n" # optional. "\n" (newline) by default
2626
</source>
2727
```
2828

0 commit comments

Comments
 (0)