mirror of
https://github.com/rsyslog/loganalyzer.git
synced 2025-09-25 10:57:52 +02:00
Eventlog Summary Report now also detects and processes Eventlog V2 data.
This commit is contained in:
parent
f7301e546f
commit
ca15069d22
@ -123,7 +123,7 @@ class Report_eventsummary extends Report {
|
||||
global $content, $severity_colors, $gl_starttime, $fields;
|
||||
|
||||
// Create Filter string, append filter for EventLog Type msgs!
|
||||
$szFilters = $this->_filterString . " " . $fields[SYSLOG_MESSAGETYPE]['SearchField'] . ":=" . IUT_NT_EventReport;
|
||||
$szFilters = $this->_filterString . " " . $fields[SYSLOG_MESSAGETYPE]['SearchField'] . ":=" . IUT_NT_EventReport . ",=" . IUT_WEVTMONV2; // Include EventLog v1 and v2
|
||||
|
||||
// Set Filter string
|
||||
$this->_streamObj->SetFilter( $szFilters );
|
||||
|
Loading…
x
Reference in New Issue
Block a user