diff --git a/plugins/parsers/grok/README.md b/plugins/parsers/grok/README.md index e30831ae9..9241af59f 100644 --- a/plugins/parsers/grok/README.md +++ b/plugins/parsers/grok/README.md @@ -59,7 +59,7 @@ To match a comma decimal point you can use a period. For example `%{TIMESTAMP:t To match a comma decimal point you can use a period in the pattern string. See https://golang.org/pkg/time/#Parse for more details. -Telegraf has many of its own [built-in patterns](./patterns/influx-patterns), +Telegraf has many of its own [built-in patterns](/blob/master/plugins/parsers/influx_patterns.go), as well as support for most of [logstash's builtin patterns](https://github.com/logstash-plugins/logstash-patterns-core/blob/master/patterns/grok-patterns). _Golang regular expressions do not support lookahead or lookbehind.