/EventLogMonitor

An updated fork of @AbdulRhmanAlfaifi's EventLogMonitor, which hooks into Window Event Logs and displays the new events as they are written to disk.

Primary LanguageC#

EventLogMonitor

This is a simple .NET 4.8.1 application that can be used to hook event logs and display any changes in a table. Events logged during the monitoring period can be exported to CSV or XML.

Installation

You can clone this repository then build it your self or download the binary from the release tab.

Screenshots

GUI

GUIpopulated

EventDetails

HookedLogs

Help

ChangeLog

2.3

  • Added indicator for running as Administrator
  • Renamed column headers in GUI
  • Added more Event Log Channels to monitor
  • Updated nuget packages

2.2

  • Forked/updated version
  • Signed binary
  • Updated nuget packages
  • Added Export to CSV
  • Added file sizes to Display Hooked Logs

v2.1

  • Fix a bug where the details column is displyed in the event id column.
  • Added Tooltip on the log details cells

v2.0

  • Added Start / Stop log monitoring feature
  • Bug fixes and general improvements

v1.0

  • Initial Version