From 1a7e03c96b460772da0024fc527df6c38093fbd1 Mon Sep 17 00:00:00 2001 From: DustInDark Date: Sun, 10 Apr 2022 21:18:53 +0900 Subject: [PATCH] changed windows-bits-client Channel windows-bits-client tag converted `WinEventlog:Microsoft-Windows-Bits-Client/Operational` but other channel is not add `WinEventLog:`. Removed "WinEventlog" to unify with other channel conversions. ex: https://answers.microsoft.com/en-us/windows/forum/all/unknown-events-in-windowsbits-clientoperational/c0856f82-44a2-4998-9a3b-9d6eda328136 --- tools/config/generic/windows-services.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/config/generic/windows-services.yml b/tools/config/generic/windows-services.yml index d3e9f05cd..052e6e6a4 100644 --- a/tools/config/generic/windows-services.yml +++ b/tools/config/generic/windows-services.yml @@ -160,4 +160,4 @@ logsources: product: windows service: bits-client conditions: - Channel: 'WinEventlog:Microsoft-Windows-Bits-Client/Operational' \ No newline at end of file + Channel: 'Microsoft-Windows-Bits-Client/Operational'