Skip to content

Commit 3c95b25

Browse files
committed
Update link to grok built in patterns
1 parent f8cc971 commit 3c95b25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/inputs/logparser/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ To match a comma decimal point you can use a period. For example `%{TIMESTAMP:t
114114
To match a comma decimal point you can use a period in the pattern string.
115115
See https://golang.org/pkg/time/#Parse for more details.
116116

117-
Telegraf has many of its own [built-in patterns](./grok/patterns/influx-patterns),
117+
Telegraf has many of its own [built-in patterns](/plugins/parsers/grok/influx-patterns.go),
118118
as well as support for most of
119119
[logstash's builtin patterns](https://github.com/logstash-plugins/logstash-patterns-core/blob/master/patterns/grok-patterns).
120120
_Golang regular expressions do not support lookahead or lookbehind.

0 commit comments

Comments
 (0)