LogAnalyzer v3.3.0 (v3-beta) released

Hi all,

We have just released LogAnalyzer 3.3.0. The new release has the following changes:

LogAnalyzer 3.2.3 (v3-stable)

Download file name: LogAnalyzer 3.2.3 (v3-stable)

Changes:

  • Removed magic quotes check from database functions (obselete due the changes in the last version)
  • Merged Changes from BUGID #288 (Thanks to User Jeff)
  • Fixed internal Filter parsing bug introduced in 3.2.2.
  • Fixed bug in syslog summary report missing checksum in report generation
  • Fixed bug in preparing filters for display in basic report class
  • Fixed bug in verification routine of sources admin when backslashes were in any other variables
  • Fixed BUGID #291, custom filters are now taken care in database logstream sources when cleaning up data.
  • Changed minwidth for context menus from 200 to 250px due display problems in some browsers.

Version: 3.2.3

File size: 985.88672 KB

LogAnalyzer v3.2.2 (v3-stable) released

Hi all,

We have just released LogAnalyzer 3.2.2. The new stable release has the following changes:

LogAnalyzer 3.2.2 (v3-stable)

Download file name: LogAnalyzer 3.2.2 (v3-stable)

Changes:

  • Implemented support to use User or Group configured logstream sources in commandline report generator (cmdreportgen.php). The Report Admin will generate an additional parameter for the sample commandline: userid=$uid or groupid=$gid
  • Fixed syntaxlogic bugs in proxy utilisation, thanks to forum member Pierre: http://kb.monitorware.com/post-t10570.html#p20033
  • Fixed ignoring “IPAddressResolve” setting when “EnableContextLinks” was disabled.
  • Added check in core function to automatically remove MagicQuotes (via “magic_quotes_gpc” setting).
  • Added support to search for full phrases instead of words only. Kindly use Quotes to mark the start and end of a phrase, for example:
    “Search for this”     // Searches for full phrase
    -“Search for this”    // Excludes full phrase
  • Report admin:
    • Fixed saving custom filterstring if new report was created or the previous custom filterstring was empty.
    • Fixed filter editor issues when full phrase strings (with spaces) were configured.
    • Fixed error in parsing include/exclude filters for numeric fields in report admin panel. Changes in the main filter parser were also necessary to fix this issue.
  • Fixed filter detection bug in report class which could lead to problems with certain filter evaluations.

Version: 3.2.2

File size: 1,005 MB

LogAnalyzer v3.0.3 (v3-beta) released

Hi all,

We have just released LogAnalyzer 3.0.3. The new release has the following changes:

  • Added support for using custom filter for charts, for example if you want to create charts for single servers.
  • Added support for using custom default filters in logstream sources. This filter will always prepended for all other custom search filters.
  • Added new UserDB fields and updated database version to 10

Download:

http://loganalyzer.adiscon.com/downloads/loganalyzer-v3-0-3

As always, feedback is appreciated.

Best regards,
Florian Riedl

LogAnalyzer 3.0.1 (v3-beta) released

Hi all,

We have just released LogAnalyzer 3.0.1. The new release has the following changes:

– Fixed record height issue when “Show Onlinesearch icons within fields” option was enabled
– Added support to automatically add missing fields in Mysql and PDO Logstreams. Currently MySQL and PostgreSQL are support only
– Error details of logstream sources will now be shown on detail.phppage as well

Download:

http://loganalyzer.adiscon.com/downloads/loganalyzer-3-0-1-v3-beta

As always, feedback is appreciated.

Best regards,
Florian Riedl

LogAnalyzer 3.0.0 (v3-beta) released

Hi all,

We have just released LogAnalyzer 3.0.0. The new release has the following changes:

– All references to phpLogCon have now been renamed to LogAnalyzer, which will be the new name for the phpLogCon project from now on.
– Added initial implementation of the new Report engine along with two free reports called “EventLog Summary” and “Syslog Summary”
– Autoreload time in admin panels is now configureable.
– Added Read-Only User functionality.
– Added Updatecheck functionality for future update notifications.
– Fixed alignment of formfields in all admin panels.

Download:

http://loganalyzer.adiscon.com/downloads/loganalyzer-3-0-0-v3-stable

For more information about why phpLogCon is now LogAnalyzer, please read this article:
phpLogCon becomes Adiscon LogAnalyzer

As always, feedback is appreciated.

Best regards,
Florian Riedl

Announcements :: phpLogCon 2.6.4 (v2-stable) released ::

Hi all,

We have just released phpLogCon 2.6.4. The new release has the following changes:
This release removes an unneeded call for define_syslog_variables (which is deprecated in PHP 5.3 and will be removed in PHP6), replaces the SPLIT call in install.php with preg_split… (SPLIT is a deprecated function and will probably be removed in PHP6), and updates the jpgraph classes to version 3.0.2 (which also removes some issues with deprecated functions in PHP 5.3).

Download:

http://www.phplogcon.org/Downloads-req-viewdownloaddetails-lid-58.phtml

As always, feedback is appreciated.

Best regards,
Tom Bergfeld