Skip to content

Commit 02fc1c4

Browse files
kofemannjordansissel
authored andcommitted
accept '+' as a valid symbol in unix path
Fixes: #153 Signed-off-by: Tigran Mkrtchyan <tigran.mkrtchyan@desy.de> Fixes #154
1 parent 3bb6563 commit 02fc1c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

patterns/grok-patterns

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ HOSTPORT %{IPORHOST}:%{POSINT}
3535

3636
# paths
3737
PATH (?:%{UNIXPATH}|%{WINPATH})
38-
UNIXPATH (/([\w_%!$@:.,~-]+|\\.)*)+
38+
UNIXPATH (/([\w_%!$@:.,+~-]+|\\.)*)+
3939
TTY (?:/dev/(pts|tty([pq])?)(\w+)?/?(?:[0-9]+))
4040
WINPATH (?>[A-Za-z]+:|\\)(?:\\[^\\?*]*)+
4141
URIPROTO [A-Za-z]+(\+[A-Za-z+]+)?

0 commit comments

Comments
 (0)