All releases of LogAnalyzer


Release Notes: This release adds "Eventlog Audit Summary Report", which can generate detailed security reports for Windows Eventlog security records. It supports Windows 2003 and 2008 Server and is compliant with the Sarbanes-Oxley (SOX) Act, 2002. It adds support for customized Boolean report filters. This enhancement is also used by the new "Eventlog Audit Summary Report".


Release Notes: A bug in the Syslog and Eventlog summary reports which consolidated the wrong events when the source filter was used was fixed.


Release Notes: This release adds an initial version of a new free report for consolidating Windows Eventlog Logon/Logoff events. PDO LogStream, the RowCount function, is now only used with MYSQL, PGSQL, and MSSQL. Other PDO Drivers may not return a useful value. Language files have been remove from the source, and can be found on the project's website now. A couple of issues have been fixed in this release. Professional support options have been redirected to the proper page.


Release Notes: This release adds a new Report view for the main area, accessible by all users (reports are still managed in report admin), lots of updated Report coding, support for database optimization to speed the reporting engine, and more debug output in critical areas.


Release Notes: This release removes the magic quotes check from database functions (obsolete due to changes in the last version). It merges changes from BUGID #288. It fixes an internal filter parsing bug introduced in 3.2.2. It fixes a bug with a syslog summary report missing checksum in report generation. It fixes a bug in preparing filters for display in the basic report class. It fixes a bug in the verification routine of sources admin when backslashes were in any other variables. It fixes BUGID #291: custom filters are now taken care in database logstream sources when cleaning up data.


Release Notes: This release implements support to use User- or Group-configured logstream sources in the commandline report generator (cmdreportgen.php), makes the Report Admin generate an additional parameter for the sample commandline (userid=$uid or groupid=$gid), fixes syntaxlogic bugs in proxy utilisation, fixes ignoring the "IPAddressResolve" setting when "EnableContextLinks" was disabled, and adds a check in the core function to automatically remove MagicQuotes (via "magic_quotes_gpc" setting).


Release Notes: Timezone parsing was fixed in the GetEventTime function. This caused problems reading date/time strings with negative timezone offsets. An option to disable context links in LogAnalyzer was added.


Release Notes: The logline parser was added for Syslog23 Format (RFC 5424). This format is suported by the RSYSLOG_SyslogProtocol23Format template in RSyslog. This format also includes syslog facility and priority. PHP session_write_close was added to certain places to avoid hanging browser sessions. Eventlog Summary Report now also detects and processes data from EventLog Monitor V2 (from EventReporter/MonitorWare Agent). A typographical error in Syslog Report was fixed: the date of last occurrence is now correctly printed in the report.


Release Notes: This release adds a UserDBPort Parameter to the DB_Connect function. It adds the output of report generation time to templates and common report variables. It fixes a bug in logstream DB causing unnecessary mysql_free_result calls when updating Checksum data. It fixes a filter dialog issue parsing message filters incorrectly in the Report Admin Panel. A semicolon was added while saving report settings. It adds missing mapping for the ProcessID field for monitorware database mapping (logstream constants).


Release Notes: This release adds a missing filterstring URL parameter to statistics.php. You can enabled/disable charts by clicking on the checkbox in the Charts Admin panel. It adds support to select character encoding in HTML Header. This enables Loganalyzer to process and display UTF-8 encoded logs properly. The default encoding is ISO-8859-1, and can be switched in the general admin panel or by adding the $CFG['HeaderDefaultEncoding'] configuration variable to config.php. Possible values are ENC_ISO_8859_1 and ENC_UTF8.