Syslog Reader
Jun 13, 2007I am trying to find a nice web based tool, php or whatever to view and search syslogs.
View 5 RepliesI am trying to find a nice web based tool, php or whatever to view and search syslogs.
View 5 Repliesim trying to find a good solution for centralized syslog managmenet and analysis. Basically im sick of reading all those logwatch mails
Is there anyone that could point me to the 'Best' solution to go with?.
It should run on a linux server, vmware appliance will do as well.
If there is no linux solution - which i doubt - than i will also consider having a windows solution.
I looked at ManageEngine Eventlog Analyzer which is kinda what im looking for - but the pricing is not what i expected.
Its more than ok if it is a paid solution you are offering or pointing to!
Windows has a variety of items that it logs locally, logins, security alerts, etc, etc. Is there a software solution that can take computer level activity i.e. logins, security alerts, etc, etc and log it to a local or remote syslog server?
View 2 Replies View RelatedIs there any way with mysql 5.0 to send query and slow
log messages (e.g. mysql-slow log and/or mysql-query
log messages) to syslog ?
I want to visualize my mysql report online. ( like use Rsyslog )
I have been using webmin's bandwidth monitoring function for a while but (as anyone who's ever used it) i have a few issues:
3 huge (~250MB and growing) log files: /var/log/bandwidth, kern.log and syslog.
also the 'dmesg' only outputs these log messages:
BANDWIDTH_IN:IN=eth0 OUT= MAC=00:16:3e:00:00:c6:00:0c:db:0d:e2:4c:08:00 SRC=89.181.46.133 DST=83.246.72.186 LEN=92 TOS=0x00 PREC=0x00 TTL=116 ID=36035 DF PROTO=TCP SPT=4399 DPT=22 WINDOW=64711 RES=0x00 ACK PSH URGP=0
BANDWIDTH_OUT:IN= OUT=eth0 SRC=83.246.72.186 DST=89.181.46.133 LEN=92 TOS=0x10 PREC=0x00 TTL=64 ID=42455 DF PROTO=TCP SPT=22 DPT=4399 WINDOW=10720 RES=0x00 ACK PSH URGP=0
I installed syslog-ng in hopes that i could change this behaviour but to no avail. the real problem i see is that shorewall/iptables only logs to "kern" facility...
has anyone found a way arround this? maybe even using some other firewall?