logstash-plugins / logstash-patterns-core

Apache License 2.0
2.17k stars 979 forks source link

Add glassfish LOGLEVELS #239

Open kallisti5 opened 5 years ago

kallisti5 commented 5 years ago

https://docs.oracle.com/cd/E19316-01/820-4339/6nfqftsng/index.html

https://github.com/logstash-plugins/logstash-patterns-core/blob/master/patterns/grok-patterns#L95

FINEST, FINER, FINE, CONFIG missing.

An alternative is adding a "JAVALOGLEVELS" ?

kares commented 4 years ago

thanks, I believe having JAVALOGLEVEL (?:FINEST|FINER|...) would be best if anyone wants to approach this one with a PR.