mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 14:47:19 -04:00
Merge pull request #241 from tabletcorry/java_pattern_dollar
Add '$' as valid character in java class name
This commit is contained in:
commit
defc9b9c61
1 changed files with 1 additions and 1 deletions
|
@ -1,3 +1,3 @@
|
||||||
JAVACLASS (?:[a-zA-Z0-9-]+\.)+[A-Za-z0-9]+
|
JAVACLASS (?:[a-zA-Z0-9-]+\.)+[A-Za-z0-9$]+
|
||||||
JAVAFILE (?:[A-Za-z0-9_.-]+)
|
JAVAFILE (?:[A-Za-z0-9_.-]+)
|
||||||
JAVASTACKTRACEPART at %{JAVACLASS:class}\.%{WORD:method}\(%{JAVAFILE:file}:%{NUMBER:line}\)
|
JAVASTACKTRACEPART at %{JAVACLASS:class}\.%{WORD:method}\(%{JAVAFILE:file}:%{NUMBER:line}\)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue