Skip to content

Commit 9c60250

Browse files
committed
Fix document path for parser filter
Signed-off-by: wreulicke <masaya2dies@gmail.com>
1 parent c750731 commit 9c60250

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/input/forward.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -506,7 +506,7 @@ port. Incoming data will be routed to 3 workers automatically.
506506

507507
`in_forward` doesn't provide parsing mechanism unlike `in_tail` or
508508
`in_tcp` because `in_forward` is mainly for efficient log transfer. If
509-
you want to parse incoming event, use [parser filter](https://github.com/tagomoris/fluent-plugin-parser) in your
509+
you want to parse incoming event, use [parser filter](/plugins/filter/parser.md) in your
510510
pipeline.\
511511
See Docker logging driver usecase: [Docker Logging](http://www.fluentd.org/guides/recipes/docker-logging)
512512

0 commit comments

Comments
 (0)