mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 06:37:19 -04:00
Update patterns/grok-patterns
Add pipes as an acceptable character in URIPARAM as some sites use them. eg http://b.foo.com/shop/uk/fr/omesuff?iid=Suff%20tail|foo|%2Fbuy%2Fuk%2Ffr%2F22
This commit is contained in:
parent
e8be7e7d1c
commit
0b8e3ee904
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ URIHOST %{IPORHOST}(?::%{POSINT:port})?
|
|||
# doesn't turn into %XX
|
||||
URIPATH (?:/[A-Za-z0-9$.+!*'(){},~:;=#%_-]*)+
|
||||
#URIPARAM \?(?:[A-Za-z0-9]+(?:=(?:[^&]*))?(?:&(?:[A-Za-z0-9]+(?:=(?:[^&]*))?)?)*)?
|
||||
URIPARAM \?[A-Za-z0-9$.+!*'(){},~#%&/=:;_-]*
|
||||
URIPARAM \?[A-Za-z0-9$.+!*'|(){},~#%&/=:;_-]*
|
||||
URIPATHPARAM %{URIPATH}(?:%{URIPARAM})?
|
||||
URI %{URIPROTO}://(?:%{USER}(?::[^@]*)?@)?(?:%{URIHOST})?(?:%{URIPATHPARAM})?
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue