thekrakken / java-grok

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

There should be a way to validate that a grok expression is correct syntactically #101

Open ottobackwards opened 6 years ago

ottobackwards commented 6 years ago

There should be a way to validate that an expression is syntactically correct and parsable as a separate check, ie. without doing a compile() that will now verify that all referenced named expressions are present in the compiler ( registered )