Open cez40 opened 3 years ago
In classes/logstreamconfigdb.class.php and and other similar files the default sort is based on the event id
Ligne 55 : public $SortColumn = SYSLOG_UID;
Why sort by SYSLOG_UID ?
if an event is buffered and it arrives later, the event will not be displayed correctly.
sorting should be done according to the timestamp of the event (SYSLOG_DATE) !
In classes/logstreamconfigdb.class.php and and other similar files the default sort is based on the event id
Why sort by SYSLOG_UID ?
if an event is buffered and it arrives later, the event will not be displayed correctly.
sorting should be done according to the timestamp of the event (SYSLOG_DATE) !