grok_built_in_patterns.java Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of grok Show documentation
Show all versions of grok Show documentation
A Java library for extracting structured data from unstructured data
The newest version!
# Forked from https://github.com/elasticsearch/logstash/tree/v1.4.0/patterns
JAVACLASS (?:[a-zA-Z0-9-]+\.)+[A-Za-z0-9$_]+
JAVAFILE (?:[A-Za-z0-9_. -]+)
JAVASTACKTRACEPART at %{JAVACLASS:class}\.%{WORD:method}\(%{JAVAFILE:file}:%{NUMBER:line}\)