From 4423c00e727e9a3f843a7a7c37afe116a7ba2ae4 Mon Sep 17 00:00:00 2001 From: Christopher Burkhalter Date: Fri, 22 Mar 2024 19:52:07 +0000 Subject: [PATCH] adding W3SVC to filepath --- artifacts/data/webservers.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/artifacts/data/webservers.yaml b/artifacts/data/webservers.yaml index c24d4ee9..8f77fd67 100644 --- a/artifacts/data/webservers.yaml +++ b/artifacts/data/webservers.yaml @@ -101,7 +101,7 @@ sources: attributes: paths: - '%%environ_systemroot%%\System32\LogFiles\W3SVC*\*.log' - - '%%environ_systemdrive%%\inetpub\logs\LogFiles\*.log' + - '%%environ_systemdrive%%\inetpub\logs\LogFiles\W3SVC*\*.log' - '%%environ_systemdrive%%\Resources\Directory\*\LogFiles\Web\W3SVC*\*.log' separator: '\' supported_os: [Windows]