mirror of
https://github.com/rsyslog/loganalyzer.git
synced 2025-09-25 18:59:12 +02:00
Fixed bug in "EventLog Audit" and "EventLog Logon/Logoff" Report.
The dependency for the Checksum field was missing.
This commit is contained in:
parent
65f3431275
commit
c47be14517
@ -77,6 +77,9 @@ class Report_auditsummary extends Report {
|
|||||||
$this->_arrProperties[] = SYSLOG_EVENT_LOGTYPE;
|
$this->_arrProperties[] = SYSLOG_EVENT_LOGTYPE;
|
||||||
$this->_arrProperties[] = SYSLOG_EVENT_SOURCE;
|
$this->_arrProperties[] = SYSLOG_EVENT_SOURCE;
|
||||||
$this->_arrProperties[] = SYSLOG_EVENT_USER;
|
$this->_arrProperties[] = SYSLOG_EVENT_USER;
|
||||||
|
$this->_arrProperties[] = MISC_CHECKSUM;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
// Init Customfilters Array
|
// Init Customfilters Array
|
||||||
$this->_arrCustomFilters['_maxHosts'] = array ( 'InternalID' => '_maxHosts',
|
$this->_arrCustomFilters['_maxHosts'] = array ( 'InternalID' => '_maxHosts',
|
||||||
|
@ -75,7 +75,7 @@ class Report_logonlogoff extends Report {
|
|||||||
$this->_arrProperties[] = SYSLOG_EVENT_SOURCE;
|
$this->_arrProperties[] = SYSLOG_EVENT_SOURCE;
|
||||||
$this->_arrProperties[] = SYSLOG_EVENT_USER;
|
$this->_arrProperties[] = SYSLOG_EVENT_USER;
|
||||||
// $this->_arrProperties[] = SYSLOG_MESSAGE;
|
// $this->_arrProperties[] = SYSLOG_MESSAGE;
|
||||||
// $this->_arrProperties[] = MISC_CHECKSUM;
|
$this->_arrProperties[] = MISC_CHECKSUM;
|
||||||
|
|
||||||
// Init Customfilters Array
|
// Init Customfilters Array
|
||||||
$this->_arrCustomFilters['_maxHosts'] = array ( 'InternalID' => '_maxHosts',
|
$this->_arrCustomFilters['_maxHosts'] = array ( 'InternalID' => '_maxHosts',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user