Skip to content

Commit

Permalink
accept '+' as a valid symbol in unix path
Browse files Browse the repository at this point in the history
Fixes: #153
Signed-off-by: Tigran Mkrtchyan <tigran.mkrtchyan@desy.de>

Fixes #154
  • Loading branch information
kofemann authored and jordansissel committed Jun 2, 2016
1 parent 3bb6563 commit 02fc1c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion patterns/grok-patterns
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,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+]+)?
Expand Down

0 comments on commit 02fc1c4

Please sign in to comment.