thekrakken / java-grok

Simple API that allows you to easily parse logs and other files
http://grok.nflabs.com/
Other
358 stars 152 forks source link

Added pattern name check to Grok.compile() #29

Open bekce opened 9 years ago

bekce commented 9 years ago

Grok.compile() silently ignored non-existent pattern names and simply placed "null". I have changed it to throw an exception if no pattern was found with given name.

SivaAccionLabs commented 5 years ago

@bekce Please resolve the conflicts.