From e793a69533122bb9263d141b991c524985483c2a Mon Sep 17 00:00:00 2001 From: Daniel Nelson Date: Mon, 25 Mar 2019 12:11:59 -0700 Subject: [PATCH] Fix grammar --- plugins/parsers/grok/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/parsers/grok/README.md b/plugins/parsers/grok/README.md index c7f2325b3..6263eecc9 100644 --- a/plugins/parsers/grok/README.md +++ b/plugins/parsers/grok/README.md @@ -62,9 +62,9 @@ See https://golang.org/pkg/time/#Parse for more details. Telegraf has many of its own [built-in patterns][] as well as support for most of the Logstash builtin patterns using [these Go compatible patterns][grok-patterns]. -**Note** Golang regular expressions do not support lookahead or lookbehind. -Logstash patterns that use these features may not supported, or may use a Go -friendly pattern that does is not always completely compatible with Logstash. +**Note:** Golang regular expressions do not support lookahead or lookbehind. +Logstash patterns that use these features may not be supported, or may use a Go +friendly pattern that is not fully compatible with the Logstash pattern. [built-in patterns]: /plugins/parsers/grok/influx_patterns.go [grok-patterns]: https://github.com/vjeantet/grok/blob/master/patterns/grok-patterns