mirror of
https://github.com/rsyslog/loganalyzer.git
synced 2025-09-25 18:59:12 +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;
|
global $content, $severity_colors, $gl_starttime, $fields;
|
||||||
|
|
||||||
// Create Filter string, append filter for EventLog Type msgs!
|
// 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
|
// Set Filter string
|
||||||
$this->_streamObj->SetFilter( $szFilters );
|
$this->_streamObj->SetFilter( $szFilters );
|
||||||
|
Loading…
x
Reference in New Issue
Block a user