Skip to content

Commit

Permalink
Update link to grok built in patterns
Browse files Browse the repository at this point in the history
  • Loading branch information
danielnelson committed Feb 21, 2019
1 parent 3c95b25 commit 0a2cc3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/inputs/logparser/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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](/plugins/parsers/grok/influx-patterns.go),
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.
Expand Down

0 comments on commit 0a2cc3a

Please sign in to comment.