Andre Lorbach
371b834f77
Added report page, simular to the statistics page which is accessable from the main loganalyzer area.
2011-10-06 16:13:20 +02:00
Andre Lorbach
475c45ed62
Added report module for main page which is accessable with admin access.
...
This module can be used to easily access and run reports within Loganalyzer
2011-10-04 15:24:37 +02:00
Andre Lorbach
ebbfa11852
Merge branch 'v3-stable' into beta
2011-09-30 12:13:54 +02:00
Andre Lorbach
ee37e43981
Removed magic quotes check from database functions.
...
Due the changes in the last version, the check was no obselete.
2011-09-30 12:09:47 +02:00
Andre Lorbach
b2a37779ae
Added support for additional debug output if a critical error occurs
...
(For example during a database operation)
2011-09-30 11:33:35 +02:00
Andre Lorbach
0834990799
Added changelog entry
v3.2.2
2011-09-28 11:25:26 +02:00
Andre Lorbach
951deadd13
Report admin, the custom filterstring was not saved if new report was created
2011-09-21 16:35:12 +02:00
Andre Lorbach
895f0fe321
Report admin, fixed filter editor issues when strings with spaces were configured
2011-09-21 16:10:10 +02:00
Andre Lorbach
5dea27098a
Added support to search for full phrases instead of words only
...
- Added function to automatically remove MagicQuotes
2011-09-21 13:30:27 +02:00
Andre Lorbach
8fa9d2b70e
Added changelog entry
2011-09-13 13:12:20 +02:00
Andre Lorbach
ea09559165
Incremented version number
2011-09-13 13:07:46 +02:00
Andre Lorbach
cedddbf053
When "EnableContextLinks" was disabled, the "IPAddressResolve" setting was ignored.
...
The check order in AddContextLinks has been fixed now in order to solve the problem.
2011-09-13 11:39:08 +02:00
Andre Lorbach
92da351766
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.
2011-09-13 10:51:55 +02:00
Andre Lorbach
600f3b9f36
Fixed filter detection in report class (copy and paste errors from some time ago)
2011-09-13 09:40:55 +02:00
Andre Lorbach
7593eab553
Fixed support for Group Logstream sources in cmdreportgen.php
2011-09-13 09:25:51 +02:00
Andre Lorbach
c64bcce98c
Implemented support to user user or group configured logstream sources in commandline report generator
2011-09-12 19:00:01 +02:00
Andre Lorbach
2b59c7db1f
Fixed syntaxlogic bugs in proxy utilisation, thanks to forum member pierre
2011-08-18 17:11:32 +02:00
Andre Lorbach
c2a001eea4
Fixed PHP Notices issue with gen_lang variable
2011-05-04 15:54:25 +02:00
Andre Lorbach
860f041258
Added changelog for 3.2.1
v3.2.1
2011-04-12 16:02:08 +02:00
Andre Lorbach
9d9d1fad8d
Added option to disable context links in LogAnalyzer.
2011-04-12 15:38:42 +02:00
Andre Lorbach
c41a99786d
Fixed timezone parsing in GetEventTime functio
...
This caused problems reading date/time strings with negative timezone offsets
2011-04-12 15:13:43 +02:00
Andre Lorbach
66f95d3d0e
Added changelog entry
v3.2.0
2011-03-30 11:07:15 +02:00
Andre Lorbach
25e4ba1d7c
Added php session_write_close to certain places to avoid hanging browser sessions
2011-03-28 12:47:02 +02:00
Andre Lorbach
cbf8d3b9d2
removed unused stuff from syslog23 loglineparser
2011-03-25 13:03:42 +01:00
Andre Lorbach
1c04a475ad
Added new logline parser for Syslog23 Format (RFC 5424) suported by RSyslog
2011-03-24 18:40:03 +01:00
Andre Lorbach
ca15069d22
Eventlog Summary Report now also detects and processes Eventlog V2 data.
2011-02-25 15:03:29 +01:00
Andre Lorbach
f7301e546f
Fixed typo in Syslog Report, Last Occurrence date is now correctly printed in the report
2011-02-25 14:23:12 +01:00
Andre Lorbach
a35f7b757a
Added Changelog entry for 3.0.7
v3.0.7
2011-02-25 14:13:03 +01:00
Andre Lorbach
e73f3c1601
Fixed filter dialog issue parsing message filters wrong in Report Admin Panel.
...
Added missing mapping for ProcessID field into logstream constants.
2011-02-25 13:56:29 +01:00
Andre Lorbach
65d8e3606a
Added Output of report generation time into templates and common report variabes
...
Fixed a bug in logstream DB causing unnecessary mysql_free_result calls when
updating Checksum data
2011-02-21 17:00:59 +01:00
Andre Lorbach
dd8badae65
Added UserDBPort Parameter into DB_Connect function.
...
Thanks to forum user "plebreton" pointing to this bug
2011-02-17 18:36:16 +01:00
Andre Lorbach
2d16e45abd
Merge branch 'v2-stable' into beta
...
Conflicts:
src/lang/de/main.php
2011-02-16 16:38:17 +01:00
Andre Lorbach
9760a0360a
Fixed typos in german translation thanks to forum user striep ;)
2011-02-16 16:36:27 +01:00
Andre Lorbach
a2249849e9
Added changelog
v3.0.6
2011-02-11 13:38:47 +01:00
Andre Lorbach
566c669006
Added support to select character encoding in HTML Header.
...
This will enable Loganalyzer to output and display UTF-8 encoded logs for example.
The default encoding is ISO-8859-1, it can be switched in the general admin options,
or by adding the $CFG['HeaderDefaultEncoding'] configuration variable into
config.php, possible values are ENC_ISO_8859_1 and ENC_UTF8 for now.
The encoding support can be extended by adding new encoding definitions into
include/constats_general.php.
2011-02-11 13:31:04 +01:00
Andre Lorbach
a54591535c
Charts can now be enabled / deactivated by one click in Chartsadmin
2011-02-11 10:23:41 +01:00
Andre Lorbach
d0af267fbb
Added missing filterstring url parameter into statistics.php
2011-02-11 10:02:09 +01:00
Andre Lorbach
fb10aad74d
testing changes for utf8
2011-02-10 18:35:35 +01:00
Andre Lorbach
0b777e9e29
Added changelog entry
v3.0.5
2011-02-10 17:54:45 +01:00
Andre Lorbach
1697083572
The Autoincrement Value is now reset of all data is cleared using the mysql logstream maintenance functions
2011-02-10 12:53:48 +01:00
Andre Lorbach
453b418439
Filtering fields did not effect chart generation, this has been fixed now.
...
Filtering fields will now be added into the columns list of the logstream source
when generating charts.
2011-02-09 18:12:17 +01:00
Andre Lorbach
fed24ca3e9
Merge branch 'v2-stable' into beta
...
Conflicts:
src/lang/de/admin.php
2011-02-09 18:11:52 +01:00
Andre Lorbach
a3e4dd9ac5
Fixed problem with german special characters (Umlaute) in Form captions, which caused some admin panels not to work as expected.
2011-02-09 17:46:18 +01:00
Andre Lorbach
c84d83abb0
Fixed spelling error in german language translation
2011-02-09 17:42:24 +01:00
Andre Lorbach
b86e4673d8
Fixed javascript compatibility issue related to Internet Explorer in reports admin
2011-01-14 18:19:32 +01:00
Andre Lorbach
7e9a68efa2
added changelog
v3.0.4
2010-11-16 13:35:30 +01:00
Andre Lorbach
fd8f304b29
Fixed Copy and Paste error in db_template.txt
2010-11-03 15:16:50 +01:00
Andre Lorbach
6f840ef665
Added changelog entry
v3.0.3
2010-10-28 14:21:44 +02:00
Andre Lorbach
9343059200
Added support for using a default search filter in the logstream sources
2010-10-28 14:15:10 +02:00
Andre Lorbach
85f70328da
Added support to use a defaultfilter in charts.
...
You can add custom filters to your charts, for example if you want to create charts for single servers or hosts.
2010-10-26 17:50:54 +02:00