mirror of
https://github.com/elastic/logstash.git
synced 2025-04-21 13:18:16 -04:00
This definately exists at the leaf name, but I am unsure if it is allowed at higher levels.
3 lines
165 B
Text
3 lines
165 B
Text
JAVACLASS (?:[a-zA-Z0-9-]+\.)+[A-Za-z0-9$]+
|
|
JAVAFILE (?:[A-Za-z0-9_.-]+)
|
|
JAVASTACKTRACEPART at %{JAVACLASS:class}\.%{WORD:method}\(%{JAVAFILE:file}:%{NUMBER:line}\)
|