Skip to content

Commit

Permalink
Fix grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
danielnelson authored and bitcharmer committed Oct 18, 2019
1 parent af3118e commit 47ee4af
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions plugins/parsers/grok/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:/vjeantet/grok/blob/master/patterns/grok-patterns
Expand Down

0 comments on commit 47ee4af

Please sign in to comment.