Is there a simple way to filter out only errors and warnings in a Windows event log, and apply aggregate functions like 'count and group by error type', 'message' or 'code'?
Is there a simple way to filter out only errors and warnings in a Windows event log, and apply aggregate functions like 'count and group by error type', 'message' or 'code'?
You could export the log to csv, then you can unleash all the excel-power you want.
Powershell has some functions for this and log parser (with log parser lizard if you want a GUI) works well. This is especially true I'd you like SQL syntax.
Splunk or another log analysis engine are also good candidates.