mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 14:47:19 -04:00
fix TTY (make subdir optional)
seems as if i did not test the other patch W(
This commit is contained in:
parent
a49c52aab9
commit
19f3bf2fb3
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+)?)(/)?(%{NONNEGINT}))
|
||||
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