in grok.go [60:64]
func NewWithoutDefaultPatterns() *Grok { return &Grok{ patternDefinitions: make(map[string]string), } }