Update link to grok built in patterns

This commit is contained in:
Daniel Nelson 2019-02-21 12:08:59 -08:00
parent f8cc9719a2
commit 3c95b25588
No known key found for this signature in database
GPG Key ID: CAAD59C9444F6155
1 changed files with 1 additions and 1 deletions

View File

@ -114,7 +114,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](./grok/patterns/influx-patterns),
Telegraf has many of its own [built-in patterns](/plugins/parsers/grok/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.