Andre Lorbach
ebef4191c8
Merge branch 'detailview'
2008-04-30 17:52:29 +02:00
Andre Lorbach
99b9857cf6
Made DB Row Counting configurable for better performance.
...
If you have a large database, it is recommended to turn DB Row Counting
off as it will have impact on the performance of phplogcon.
However if you have a smaller database below 500000 records),
it is a very nice feature.
2008-04-30 17:44:45 +02:00
Andre Lorbach
424bfed63b
Changed Msgtype Eventreporter into WinEventLog
2008-04-30 17:05:41 +02:00
Andre Lorbach
180a0c3dd0
Added filter for messagetype field into logstream and search form
...
this filter is usefull if you have multiple sources writing into
the same database table.
2008-04-30 17:00:26 +02:00
Andre Lorbach
2e6c50e8c9
Optimiced db driver, performs much faster on larger database now if you run a search.
...
We are using the SQL_CALC_FOUND_ROWS and FOUND_ROWS() mysql feature which
is available since MYSQL 4.x. So this also means we require at least MYSQL 4.x
for phplogcon to run on.
2008-04-30 13:19:07 +02:00
Andre Lorbach
810fa4b83b
Merge branch 'beta' into detailview
2008-04-30 11:07:45 +02:00
Andre Lorbach
c77be58449
Merge branch 'beta'
2008-04-30 11:07:31 +02:00
Andre Lorbach
27c8840ad5
Added missing facility 10 to 15 from RFC3164 into phhlogcon
2008-04-30 11:06:51 +02:00
Andre Lorbach
551b886d7d
Merge branch 'beta' into detailview
2008-04-29 18:08:27 +02:00
Andre Lorbach
6a796c47ed
Merge branch 'beta'
2008-04-29 18:05:53 +02:00
Andre Lorbach
165042621e
Forgot to comment last change in changelog, done now.
v2.1.3
2008-04-29 18:04:02 +02:00
Andre Lorbach
1388efe36d
Finalized new inline button menus, the inline search also works for severity and facility now.
2008-04-29 17:44:52 +02:00
Andre Lorbach
68408c3292
Merge branch 'beta' into detailview
2008-04-29 14:57:53 +02:00
Andre Lorbach
e2561c7098
Merge branch 'beta'
2008-04-29 14:57:43 +02:00
Andre Lorbach
20457e0a68
Fixed a bug in the installer, the table type was not written into the sample configuration.
...
Typical copy & paste error, happens even to me from time to time.
Also changed table default from winsyslog to monitorware within the install.php
2008-04-29 14:55:45 +02:00
Andre Lorbach
8dd71e818f
Added new kind of popup menu for use within the grid.
...
The popup menu uses javascript and is shown on click.
It seems to be the best option so far for later development.
This state is kind of in the middle as I need to take care
of a bug in the beta branch.
2008-04-29 14:51:26 +02:00
Andre Lorbach
36035a8946
Merge branch 'beta' into detailview
2008-04-28 18:01:05 +02:00
Andre Lorbach
9624d69f82
Merge branch 'beta'
2008-04-28 18:00:54 +02:00
Andre Lorbach
d953831f04
Forget to edit changelog, done now
v2.1.2
2008-04-28 17:57:50 +02:00
Andre Lorbach
2f5034526d
Merge branch 'beta' into detailview
2008-04-28 17:52:01 +02:00
Andre Lorbach
cfc9669d8e
Merge branch 'beta'
2008-04-28 17:51:50 +02:00
Andre Lorbach
24e35c61d1
Incremented version number from beta branch to 2.1.2
2008-04-28 17:43:42 +02:00
Andre Lorbach
f2bd44ed11
Added inline search buttons into the main view.
...
Going to discuss these new buttons tomorrow with rainer. I kind of like them,
but I also have additional ideas.
2008-04-28 17:41:25 +02:00
Andre Lorbach
270f6da023
removed tracking for syslog sample file in this branch as well.
2008-04-28 16:42:12 +02:00
Andre Lorbach
0900c29e13
Merge branch 'beta' into detailview
...
Conflicts:
src/samplelogs/syslog
2008-04-28 16:41:27 +02:00
Andre Lorbach
0ad5b8b5f8
Merge branch 'beta'
2008-04-28 16:40:17 +02:00
Andre Lorbach
4afdabc1c7
Removed syslog sample logfile from samplelogs, fixed minor issue in the installer
...
The sample syslog was not intend to go into the git reposeritory. So it has
been removed.
The installer didn't write the SourceID with quotes, so this caused unnecessary
notices if debugging was enabled.
2008-04-28 16:37:47 +02:00
Andre Lorbach
d2ec2b58db
Merge branch 'beta' into detailview
2008-04-28 16:27:18 +02:00
Andre Lorbach
6d7a5890da
Merge branch 'beta'
2008-04-28 16:27:05 +02:00
Andre Lorbach
15f4b48faf
restored syslog samplelog which is going to be removed anyway.
2008-04-28 16:25:54 +02:00
Andre Lorbach
ea2119ea56
Fixed bug in logstreamlineparsersyslog.class which failed to parse some rsyslog loglines.
...
In rsyslog v3 we have the timezone within the timestamp. The regex rules with the
logstreamlineparsersyslog were not working on negativ timezones.
2008-04-28 16:23:57 +02:00
Andre Lorbach
148f4ce426
Working on new filter functions when you search for events ...
2008-04-28 16:21:09 +02:00
Andre Lorbach
9aa15b41d3
Merge branch 'master' of ssh://al@git.adiscon.com/git/phplogcon
2008-04-28 15:46:04 +02:00
Andre Lorbach
c217e4c0f0
Merge branch 'beta' into detailview
2008-04-28 15:45:22 +02:00
Andre Lorbach
88888d3dc8
Special characters like german "umlaute" are now proberly replaced
...
This means characters like ä will be replaced with ä for example.
This works for the detail page and the index page
2008-04-28 15:43:06 +02:00
Andre Lorbach
d1707f7f9f
Merge branch 'beta' into detailview
2008-04-28 14:38:52 +02:00
Andre Lorbach
89deb11c3a
Added link to help page, pointing to rsyslog wiki
2008-04-28 14:37:20 +02:00
Andre Lorbach
a5f0fb0ac9
Added two more record per page sizes, 250 records and 500 records.
2008-04-28 11:52:17 +02:00
Andre Lorbach
79ce6d78ae
Merge branch 'beta' into detailview
2008-04-28 11:44:42 +02:00
Andre Lorbach
5a8d08872d
Changed database layout from winsyslog to monitorware. Added more debug handling
...
The database layout name was changed from winsyslog to monitorware.
Existing configuration won't have a problem, winsyslog is converted into
monitorware when the sources are initiated.
Added more debug handling in the functions which output readable
represantations of the syslog facility, severity and so on.
2008-04-28 10:43:40 +02:00
Rainer Gerhards
1731d48727
[cosmetic] format of ChangeLog
2008-04-25 18:52:33 +02:00
Andre Lorbach
7a15a17737
Added backlink to ListView in detailpage and added Records per Page selector
...
The records per page selector makes it possible to change the pagesize on
the fly. By default, the pagesize from the config.php will be used.
2008-04-25 17:43:51 +02:00
Rainer Gerhards
daa0ef78d0
proper credits
v2.1.1
2008-04-25 14:56:55 +02:00
Andre Lorbach
ba02a8b565
Fixed a bug in the installer script, and german translation added
2008-04-25 14:53:19 +02:00
Andre Lorbach
51c8c2abca
Merge branch 'detailview'
2008-04-25 14:35:26 +02:00
Andre Lorbach
7bb54f3173
Added detail page, which is linked from the list view.
...
The detail page contains all available details from a syslog
message. Also paging is possible in the detail view.
Minor fixes had to be done to make the detail page possible.
Added german translation to phplogcon.
Fixed a few notice bugs in the function_db.php, which
isn't really used at the moment. But will later when the
user-ui is added.
2008-04-25 14:29:59 +02:00
Rainer Gerhards
4bf41f86c6
added info on web server / file permissions
2008-04-25 11:02:38 +02:00
Rainer Gerhards
93bd2430e0
updated some specifics on database and syslogds
v2.1.0
2008-04-24 11:50:59 +02:00
Andre Lorbach
579a564f2c
Fixed another few minor issues in the installer
...
also corrected configure and secure.sh scripts
2008-04-24 11:35:35 +02:00
Andre Lorbach
6bd1b067d5
Added INSTALL document into the root.
...
Also made minor changes and fixes which I discovered while making
another test installation on a linux debian server.
The disk logstream now handeles files which can't be read.
2008-04-24 11:16:35 +02:00