|
|||||||||||
|
Re: some suggestions on log analysis
From: Aaron Cheek <aaron_cheek(at)yahoo.com>
Date: Sun Jan 26 2003 - 19:21:22 EST
http://www.counterpane.com/log-analysis.html You will find tons of information there (you also have references to application specific log analyzers). In your case, it may suit you to send those application-specific log files through syslog to the central log server periodically by setting a cron job (e.g. every minute) to do something like this: cat <DEFANGED_application-specific log file> | logger -p local3.info Configuring the central log server properly to send facility local3 (e.g) to a different file, would allow you to store application-specific log files for all your network in specific files in the central log server. Hope this helps.
Aaron
This archive was generated by hypermail 2.1.8 : Wed Aug 23 2006 - 13:32:37 EDT |
||||||||||
|
|||||||||||