We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bb6563 commit 02fc1c4Copy full SHA for 02fc1c4
patterns/grok-patterns
@@ -35,7 +35,7 @@ HOSTPORT %{IPORHOST}:%{POSINT}
35
36
# paths
37
PATH (?:%{UNIXPATH}|%{WINPATH})
38
-UNIXPATH (/([\w_%!$@:.,~-]+|\\.)*)+
+UNIXPATH (/([\w_%!$@:.,+~-]+|\\.)*)+
39
TTY (?:/dev/(pts|tty([pq])?)(\w+)?/?(?:[0-9]+))
40
WINPATH (?>[A-Za-z]+:|\\)(?:\\[^\\?*]*)+
41
URIPROTO [A-Za-z]+(\+[A-Za-z+]+)?
0 commit comments