mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 22:57:16 -04:00
make numbers match w/o word-boundarys
This commit is contained in:
parent
19f3bf2fb3
commit
2bf6a9c0d6
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ HOSTPORT (?:%{IPORHOST=~/\./}:%{POSINT})
|
|||
PATH (?:%{UNIXPATH}|%{WINPATH})
|
||||
UNIXPATH (?>/(?>[\w_%!$@:.,-]+|\\.)*)+
|
||||
#UNIXPATH (?<![\w\/])(?:/[^\/\s?*]*)+
|
||||
TTY (?:/dev/(pts|tty([pq])?(\w+)?)(/)?(%{NONNEGINT}))
|
||||
TTY (?:/dev/(pts|tty([pq])?)(\w+)?/?(?:[0-9]+))
|
||||
WINPATH (?>[A-Za-z]+:|\\)(?:\\[^\\?*]*)+
|
||||
URIPROTO [A-Za-z]+(\+[A-Za-z+]+)?
|
||||
URIHOST %{IPORHOST}(?::%{POSINT:port})?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue