Forum Discussion
Mar 22, 2021
windows logs
Hello everyone please offer me the best open source solution for managing windows logs. Thank you
- Mar 23, 2021
After you have the collector set up you could use log parser to write the XML to SQL Server
Download Log Parser 2.2 from Official Microsoft Download Center
then roll your own SSRS reports.
Mar 23, 2021
Dave Patrick
Mar 23, 2021MVP
Sounds like you may be looking to setup an event collector.
Windows Event Collector - Win32 apps | Microsoft Docs
- Mar 23, 2021I want a dashboard that displays statistics and critical and useful events
- Dave PatrickMar 23, 2021MVP
After you have the collector set up you could use log parser to write the XML to SQL Server
Download Log Parser 2.2 from Official Microsoft Download Center
then roll your own SSRS reports.
- Mar 23, 2021That what i'm looking for
thank you Sir