diff --git a/src/classes/reports/report.eventlog.auditsummary.class.php b/src/classes/reports/report.eventlog.auditsummary.class.php index 779ccc6..f471d22 100644 --- a/src/classes/reports/report.eventlog.auditsummary.class.php +++ b/src/classes/reports/report.eventlog.auditsummary.class.php @@ -77,6 +77,9 @@ class Report_auditsummary extends Report { $this->_arrProperties[] = SYSLOG_EVENT_LOGTYPE; $this->_arrProperties[] = SYSLOG_EVENT_SOURCE; $this->_arrProperties[] = SYSLOG_EVENT_USER; + $this->_arrProperties[] = MISC_CHECKSUM; + + // Init Customfilters Array $this->_arrCustomFilters['_maxHosts'] = array ( 'InternalID' => '_maxHosts', diff --git a/src/classes/reports/report.eventlog.logonlogoff.class.php b/src/classes/reports/report.eventlog.logonlogoff.class.php index 0c47e2c..31c94d5 100644 --- a/src/classes/reports/report.eventlog.logonlogoff.class.php +++ b/src/classes/reports/report.eventlog.logonlogoff.class.php @@ -75,7 +75,7 @@ class Report_logonlogoff extends Report { $this->_arrProperties[] = SYSLOG_EVENT_SOURCE; $this->_arrProperties[] = SYSLOG_EVENT_USER; // $this->_arrProperties[] = SYSLOG_MESSAGE; -// $this->_arrProperties[] = MISC_CHECKSUM; + $this->_arrProperties[] = MISC_CHECKSUM; // Init Customfilters Array $this->_arrCustomFilters['_maxHosts'] = array ( 'InternalID' => '_maxHosts',