File tree Expand file tree Collapse file tree 2 files changed +1
-1
lines changed
Expand file tree Collapse file tree 2 files changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -83,6 +83,7 @@ PROG [\x21-\x5a\x5c\x5e-\x7e]+
8383SYSLOGPROG %{PROG:program}(?:\[%{POSINT:pid}\])?
8484SYSLOGHOST %{IPORHOST}
8585SYSLOGFACILITY <%{NONNEGINT:facility}.%{NONNEGINT:priority}>
86+ HTTPDATE %{MONTHDAY}/%{MONTH}/%{YEAR}:%{TIME} %{INT}
8687
8788# Shortcuts
8889QS %{QUOTEDSTRING}
Original file line number Diff line number Diff line change 11HTTPDUSER %{EMAILADDRESS}|%{USER}
22HTTPDERROR_DATE %{DAY} %{MONTH} %{MONTHDAY} %{TIME} %{YEAR}
3- HTTPDATE %{MONTHDAY}/%{MONTH}/%{YEAR}:%{TIME} %{INT}
43
54# Log formats
65HTTPD_COMMONLOG %{IPORHOST:clientip} %{HTTPDUSER:ident} %{HTTPDUSER:auth} \[%{HTTPDATE:timestamp}\] "(?:%{WORD:verb} %{NOTSPACE:request}(?: HTTP/%{NUMBER:httpversion})?|%{DATA:rawrequest})" %{NUMBER:response} (?:%{NUMBER:bytes}|-)
You can’t perform that action at this time.
0 commit comments