From d7ceb15905615b5325026932071f96646e2a9129 Mon Sep 17 00:00:00 2001 From: Miguel Casares Date: Mon, 2 Jul 2018 18:09:22 +0200 Subject: [PATCH 1/5] Fix Windows accesslog IIS decoder --- decoders/0380-windows_decoders.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/decoders/0380-windows_decoders.xml b/decoders/0380-windows_decoders.xml index 4bdab425b..547be2f32 100644 --- a/decoders/0380-windows_decoders.xml +++ b/decoders/0380-windows_decoders.xml @@ -90,8 +90,8 @@ web-log true ^\S+ GET |^\S+ POST - (\S+ \S*) \.* (\S+) \S*\.* (\d\d\d) \S+ \S+ \S+ - url,srcip,id + (\S+ \S+) (\S+) \S+ (\S+) (\S+) \.*(\d\d\d) \S* \S* \S* + url, ServerPort, ClientIP, UserAgent, id