Skip to content

Commit

Permalink
Improved iis decoder
Browse files Browse the repository at this point in the history
  • Loading branch information
danimegar committed Jun 9, 2020
1 parent c0348eb commit cb83c37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion decoders/0380-windows_decoders.xml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
<type>web-log</type>
<use_own_name>true</use_own_name>
<prematch offset="after_parent">^\S+ GET |^\S+ POST</prematch>
<regex offset="after_parent">^\S+ (\w+) (\S+ \S+) (\S+) \S+ (\S+) (\S+) \.*(\d\d\d) </regex>
<regex offset="after_parent">^\S+ (\w+) (\S+ \S+) (\S+) \S+ (\S+) (\S+) \S+ (\d\d\d) |^\S+ (\w+) (\S+ \S+) (\S+) \S+ (\S+) (\S+) \.*(\d\d\d) </regex>
<order>action, url, srcport, srcip, user_agent, id</order>
</decoder>

Expand Down

0 comments on commit cb83c37

Please sign in to comment.