LogAnalyzer is a Web front-end for syslog and other network event data. It provides easy browsing, searching, basic analysis, and some graphics. Data is taken from databases or plain syslog text files, so LogAnalyzer does not require changes to an existing logging infrastructure. Depending on the log data present, it can process syslog messages, Windows event log entries, and some more exotic things. Its troubleshooting support enables users to quickly find solutions to problems seen in the log data. LogAnalyzer was previously called phpLogCon, and has been renamed since v3.
| Tags | Logging Monitoring |
|---|---|
| Licenses | GPLv3 |
| Operating Systems | Windows Windows Unix |
| Implementation | PHP |
Recent releases


Release Notes: Updated Search documentation, a fix for a bug in the ApplyFilters function which caused most REGEX filters to fail if supported by the LogStream driver, support for dynamic fields in MongoDB LogStream sources, which allows LogAnalyzer to view data written by rsyslog into MongoDB from CEE sources, a fix for incorrect UID calculation in the MongoDB Logstream class, and a fix for an issue with deleting all data in the MongoDB LogStream class.


Release Notes: Another DiskAllowed Checked was fixed in the Disk logstream class, which now works as expected. A cross site scripting issue with the viewid parameter in userchange.php was fixed.


Release Notes: A cosmetic fix in login.php, fixed static language strings, and a fix for a cross site scripting issue in asktheoracle.php (oracle_query parameter).


Release Notes: This release fixes "DiskAllowed" checking in Disklogstream. Filenames are now correctly checked against allowed folders. This check was added for security reasons before. #bugid 369 has been fixed: the DefaultviewID was accidentally overwritten with a default value. #bugid 375 has been fixed: user and group data is now deleted when removing them from the UserDB. A missing dependency for the Checksum field in the "EventLog Audit" and "EventLog Logon/Logoff" reports has been added.


Release Notes: This release changes intval() handling in details.php into is_numeric, fixing problems with 64 bit unsigned UIDs (bugid 345).