From d043da1976abf485f685b4631219b90395bdbf1b Mon Sep 17 00:00:00 2001 From: Daniel Nelson Date: Wed, 19 Dec 2018 16:16:39 -0800 Subject: [PATCH] Fix link in grok documentation --- plugins/parsers/grok/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/parsers/grok/README.md b/plugins/parsers/grok/README.md index 03473fa95..e30831ae9 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](./grok/patterns/influx-patterns), +Telegraf has many of its own [built-in patterns](./patterns/influx-patterns), 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.