From 8a369024a256d4d91b69be85c82684d46a8e2d5a Mon Sep 17 00:00:00 2001 From: Adam Stachowicz Date: Thu, 28 Aug 2025 18:38:29 +0200 Subject: [PATCH 1/2] Document missing EventSource field --- LogMonitor/docs/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/LogMonitor/docs/README.md b/LogMonitor/docs/README.md index d7cfccf2..bc58cc6f 100644 --- a/LogMonitor/docs/README.md +++ b/LogMonitor/docs/README.md @@ -387,6 +387,7 @@ Each log source tracked by log monitor (ETW, Log File, Events, and Process M Event Logs: - `Source`: The log source (Event Log) - `TimeStamp`: Time at which the event was generated + - `EventSource`: The event source - `EventID`: Unique identifier assigned to an individual event - `Severity`: A label that indicates the importance or criticality of an event - `Message`: The event message From 8ad8f8dfd46f26c44c79bb782fc7a85f64ba3b02 Mon Sep 17 00:00:00 2001 From: Adam Stachowicz Date: Thu, 28 Aug 2025 18:40:36 +0200 Subject: [PATCH 2/2] Update LogMonitor/docs/README.md --- LogMonitor/docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LogMonitor/docs/README.md b/LogMonitor/docs/README.md index bc58cc6f..1c93799f 100644 --- a/LogMonitor/docs/README.md +++ b/LogMonitor/docs/README.md @@ -387,7 +387,7 @@ Each log source tracked by log monitor (ETW, Log File, Events, and Process M Event Logs: - `Source`: The log source (Event Log) - `TimeStamp`: Time at which the event was generated - - `EventSource`: The event source + - `EventSource`: The source of an event - `EventID`: Unique identifier assigned to an individual event - `Severity`: A label that indicates the importance or criticality of an event - `Message`: The event message