in grok.go [53:58]
func New() *Grok { return &Grok{ patternDefinitions: make(map[string]string), lookupDefaultPatterns: true, } }