logparser no longer uses seperate grok

This commit is contained in:
Max U
2018-07-06 13:16:51 -07:00
parent 8a9da28734
commit cafa95e536
4 changed files with 2 additions and 1593 deletions

View File

@@ -156,8 +156,8 @@ func newGrokParser(metricName string,
Timezone: tZone,
}
parser.Compile()
return &parser, nil
err := parser.Compile()
return &parser, err
}
func NewJSONParser(