mirror of
https://github.com/elastic/logstash.git
synced 2025-04-25 07:07:54 -04:00
Add tilde to UNIXPATH
Tilde '~' is a valid character in UNIXPATHs. Closes #1195
This commit is contained in:
parent
5b362976e5
commit
8f39b53322
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ HOSTPORT %{IPORHOST}:%{POSINT}
|
|||
|
||||
# paths
|
||||
PATH (?:%{UNIXPATH}|%{WINPATH})
|
||||
UNIXPATH (?>/(?>[\w_%!$@:.,-]+|\\.)*)+
|
||||
UNIXPATH (?>/(?>[\w_%!$@:.,~-]+|\\.)*)+
|
||||
TTY (?:/dev/(pts|tty([pq])?)(\w+)?/?(?:[0-9]+))
|
||||
WINPATH (?>[A-Za-z]+:|\\)(?:\\[^\\?*]*)+
|
||||
URIPROTO [A-Za-z]+(\+[A-Za-z+]+)?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue