From 0a2cc3ac3f12b2487a179ebe1dbcaec483157245 Mon Sep 17 00:00:00 2001 From: Daniel Nelson Date: Thu, 21 Feb 2019 12:11:00 -0800 Subject: [PATCH] Update link to grok built in patterns --- plugins/inputs/logparser/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/inputs/logparser/README.md b/plugins/inputs/logparser/README.md index cf4c00d16..47edbd296 100644 --- a/plugins/inputs/logparser/README.md +++ b/plugins/inputs/logparser/README.md @@ -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.