Add timezone support to logparser timestamps (#2882)

This commit is contained in:
Sebastian Borza
2017-06-05 16:45:11 -05:00
committed by Daniel Nelson
parent 3e946994ba
commit 1b3c2cdedf
6 changed files with 259 additions and 16 deletions

View File

@@ -1,6 +1,6 @@
package grok
// THIS SHOULD BE KEPT IN-SYNC WITH patterns/influx-patterns
// DEFAULT_PATTERNS SHOULD BE KEPT IN-SYNC WITH patterns/influx-patterns
const DEFAULT_PATTERNS = `
# Captures are a slightly modified version of logstash "grok" patterns, with
# the format %{<capture syntax>[:<semantic name>][:<modifier>]}