Fix grammar

This commit is contained in:
Daniel Nelson 2019-03-25 12:11:59 -07:00
parent 888d847a05
commit e793a69533
No known key found for this signature in database
GPG Key ID: CAAD59C9444F6155
1 changed files with 3 additions and 3 deletions

View File

@ -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