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 925ce92 commit f8e0099Copy full SHA for f8e0099
patterns/grok-patterns
@@ -31,7 +31,7 @@ HOSTPORT %{IPORHOST}:%{POSINT}
31
32
# paths
33
PATH (?:%{UNIXPATH}|%{WINPATH})
34
-UNIXPATH (?>/(?>[\w_%!$@:.,-]+|\\.)*)+
+UNIXPATH (?>/(?>[\w_%!$@:.,~-]+|\\.)*)+
35
TTY (?:/dev/(pts|tty([pq])?)(\w+)?/?(?:[0-9]+))
36
WINPATH (?>[A-Za-z]+:|\\)(?:\\[^\\?*]*)+
37
URIPROTO [A-Za-z]+(\+[A-Za-z+]+)?
0 commit comments