Apr 23, 2007 #1 dandan123 Technical User Joined Sep 9, 2005 Messages 505 Location US Some cisco devices are logging messags using local7 . I want to be able to separate out (in real time) these messages based on searching for certain strings inside the messages. Any ideas how to go about doing this ?
Some cisco devices are logging messags using local7 . I want to be able to separate out (in real time) these messages based on searching for certain strings inside the messages. Any ideas how to go about doing this ?
Apr 24, 2007 Thread starter #2 dandan123 Technical User Joined Sep 9, 2005 Messages 505 Location US Come on now you guys must know how to do this . Upvote 0 Downvote
Apr 24, 2007 #3 SamBones Programmer Joined Aug 8, 2002 Messages 3,186 Location US [tt]man syslog.conf[/tt] Look for the examples toward the end. Hope this helps. Upvote 0 Downvote
May 2, 2007 #4 alphaville MIS Joined May 2, 2007 Messages 1 Location US Try SEC - Simple Event Correlator http://www.estpak.ee/~risto/sec/Use a log file as input and sec will filter on certain regex conditions. Upvote 0 Downvote
Try SEC - Simple Event Correlator http://www.estpak.ee/~risto/sec/Use a log file as input and sec will filter on certain regex conditions.
May 11, 2007 #5 ksas025 Technical User Joined Jun 3, 2004 Messages 92 Location US Syslog-ng is able to do this in a snap using filter rules. I forget the web page. Just google syslog-ng; tons of info. Upvote 0 Downvote
Syslog-ng is able to do this in a snap using filter rules. I forget the web page. Just google syslog-ng; tons of info.
May 11, 2007 Thread starter #6 dandan123 Technical User Joined Sep 9, 2005 Messages 505 Location US I'd forgotten about this thread, but anyway after some googling I came across syslog-ng and I've implemented it on a server, still testing. Upvote 0 Downvote
I'd forgotten about this thread, but anyway after some googling I came across syslog-ng and I've implemented it on a server, still testing.