mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 06:37:19 -04:00
Merge pull request #807 from timidri/patch-1
HOSTPORT doesn't parse anything useful
This commit is contained in:
commit
8457276d19
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ IP (?:%{IPV6}|%{IPV4})
|
|||
HOSTNAME \b(?:[0-9A-Za-z][0-9A-Za-z-]{0,62})(?:\.(?:[0-9A-Za-z][0-9A-Za-z-]{0,62}))*(\.?|\b)
|
||||
HOST %{HOSTNAME}
|
||||
IPORHOST (?:%{HOSTNAME}|%{IP})
|
||||
HOSTPORT (?:%{IPORHOST=~/\./}:%{POSINT})
|
||||
HOSTPORT %{IPORHOST}:%{POSINT}
|
||||
|
||||
# paths
|
||||
PATH (?:%{UNIXPATH}|%{WINPATH})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue