505 Commits

Author SHA1 Message Date
unknown
ec77371ea7 Added changelog entry v2.5.7 2008-09-15 17:45:27 +02:00
unknown
b48a009667 Nothing changed 2008-09-15 17:42:42 +02:00
unknown
1323fcc3e4 Fixed minor bug in database upgrade 2008-09-15 17:30:32 +02:00
unknown
422b1f01ff Fixed minor issue of the filter links within the charts 2008-09-15 17:11:43 +02:00
unknown
6f8e062eb0 Fixed a few minor issues and bugs in the new chartgenerator 2008-09-15 16:59:10 +02:00
unknown
9603249f46 Minor enhancments to the chart generation 2008-09-15 16:31:39 +02:00
unknown
aa636e59ed Fixed some filter issues when creating the where clause 2008-09-15 15:45:43 +02:00
unknown
f43629271f Added support to filter for processid, eventcategory and eventuser
Also fixed handling of excluded and included filters!
2008-09-15 15:23:15 +02:00
unknown
4ebb09de98 Added new Option TreatNotFoundFiltersAsTrue which is used to handle not found fields when filtering
Also fixed minor bugs in the logstream classes which occured during filtering.
Added a new helper field "SearchField" into the field definitions.
2008-09-15 12:13:15 +02:00
unknown
243be31e82 Added IMAP MAP support into the new charts. 2008-09-12 17:35:26 +02:00
unknown
d24da37836 Added Preview Button into Charts Admin 2008-09-12 16:31:12 +02:00
unknown
9f6d5c3444 Fixed reading custom searches from database 2008-09-12 16:00:07 +02:00
unknown
8c01b590b9 Fixed minor spelling issue in chart admin 2008-09-12 15:56:56 +02:00
unknown
1b5739e8db Finished Chart Admin 2008-09-12 15:53:30 +02:00
unknown
ccd5a640c3 Started implementing charts admin 2008-09-12 12:33:04 +02:00
unknown
fb242ca286 Added sample charts into db upgrade script, and added option to disable charts 2008-09-12 10:50:38 +02:00
unknown
e3e640aba9 Added special date handling for mysql and pdo logstream class as well 2008-09-11 17:37:17 +02:00
unknown
efc27aed5f Added special handling for the date fields 2008-09-11 16:29:11 +02:00
unknown
24cd80089b Added support for percentage display in pie chart 2008-09-11 14:00:23 +02:00
unknown
cefdd9d6f1 Minor tweaks to the css and titles of the chart page 2008-09-11 13:54:58 +02:00
unknown
1a32c0f3eb Enhanced statistics page and done some more tweaks to the charts 2008-09-11 13:36:20 +02:00
unknown
3a7826b6f8 Implemented dynamic charts into the configuration system 2008-09-11 13:17:02 +02:00
unknown
9f695db852 Minor tweaks in chart generator 2008-09-11 12:23:38 +02:00
Andre Lorbach
a450e686a6 Imnplemented GetCountSortedByField function into pdo and mysql logstream class 2008-09-09 16:41:43 +02:00
Andre Lorbach
1f5d518d8c made some adjustments to the horizontal bar chart 2008-09-09 16:01:26 +02:00
Andre Lorbach
c24606b18a Made a lot of tweaks and enhancements to the chart generation 2008-09-09 15:39:16 +02:00
Andre Lorbach
676b365a90 Minor tweaks and the Pie Chart 2008-09-09 11:53:32 +02:00
Andre Lorbach
b974bd145c Implemented record limit into chartdata generation of the disk logstream 2008-09-09 11:22:51 +02:00
Andre Lorbach
5c8a7aba3e Fixed merge conflicts
Merge branch 'beta'

Conflicts:

	ChangeLog
	src/include/functions_common.php
2008-09-08 12:39:59 +02:00
Andre Lorbach
b115b472a6 Added changelog entry v2.3.11 2008-09-08 12:37:28 +02:00
Andre Lorbach
93f49396c3 Fixed logline parsing of syslog files, which is used by the logstream disk class 2008-09-08 12:35:07 +02:00
Andre Lorbach
8e271d6796 Started implementing jpgraph class library, first charts working 2008-09-05 17:22:23 +02:00
Andre Lorbach
38a00af8da Started implemented jpgraph lib to draw charts and graphs 2008-09-03 17:55:00 +02:00
Andre Lorbach
7c0c12ca48 Started implementing charts generator and statistic page 2008-09-03 16:20:43 +02:00
Andre Lorbach
00456c2f0d Added changelog entry v2.5.6 2008-09-03 13:41:16 +02:00
Andre Lorbach
ace4e3c84f Fixed a bug that files network were not correctly checked in the logstream disk source 2008-09-03 11:32:16 +02:00
Andre Lorbach
83caf3ad74 Fixed notice issues in main admin page 2008-09-03 10:53:43 +02:00
Andre Lorbach
a36c801960 Added support to import/convert new source options 2008-09-02 17:26:53 +02:00
Andre Lorbach
c740edd9fe Minor fix to the new msg parser 2008-09-02 16:51:50 +02:00
Andre Lorbach
018ebaf3c3 Added option to normalize messages using the new message parsers
Also added support to show line breaks within popup messages, and
the detail page
2008-09-02 16:48:05 +02:00
Andre Lorbach
f545c7f38a Added MsgParser into database logstream classes as well 2008-09-02 14:54:13 +02:00
Andre Lorbach
c5b7ff8e3a Implemented MsgParser interface, and first interface parser.
Also implemented database upgrade routine, because we hjave the
first database upgrade now ;)!
2008-09-02 14:47:26 +02:00
Andre Lorbach
378006eb14 Changed WinSyslog line parser, so it is more variable 2008-09-01 17:31:06 +02:00
Andre Lorbach
527abd30da Started implementing msg parsers 2008-09-01 16:39:18 +02:00
Andre Lorbach
ead118f166 Added changelog entry v2.5.5 2008-08-28 15:04:11 +02:00
Andre Lorbach
78d9ac01d9 Added option to send debug messages from phpLogCon to local syslog server
On Linux, the debug messages (warnings and error's for now) will be send
to the local syslog server. On Windows, the debug messages will appear
in the windows application eventlog.
2008-08-28 14:58:49 +02:00
Andre Lorbach
d768ed6068 Enhanced the PDO Logstream Driver for better performance on large databases.
On MYSQL and POSTGRES, the PDO Logstream does not uses the LIMIT
statement to minimize database usage.
2008-08-27 16:41:53 +02:00
Andre Lorbach
54dcacb25e Fixed merge conflicts
Merge branch 'beta'

Conflicts:

	ChangeLog
	src/include/functions_common.php
2008-08-27 13:42:01 +02:00
Andre Lorbach
bbe1e00ec9 Added changelog entry v2.3.10 2008-08-27 13:38:49 +02:00
Andre Lorbach
997cef36f5 Merge branch 'beta' 2008-08-27 13:19:30 +02:00