Weblee2407
Regular Contributor
I have set up several filters to extract certain messages from the syslog. I want to see those events in context but cannot locate the original syslog file that is parsed by Scribe. Can anyone give me a pointer?
There is none. syslog or syslog-ng is the facility that parses the log messages from the kernel, programs, etc. into a file (syslogd) or files (syslog-ng). You would need to create a filter similar to the A00remote filter in /opt/share/syslog-ng/examples to pass every entry to a single file but not mark it as final. Name it so it's the first one read e.g. A01local_all or something like that so no entries are stripped out before it get to that one, since they are loaded (and therefore parsed) in alpha-numeric order. You'd need a logrotate file for as well.I have set up several filters to extract certain messages from the syslog. I want to see those events in context but cannot locate the original syslog file that is parsed by Scribe. Can anyone give me a pointer?
Welcome To SNBForums
SNBForums is a community for anyone who wants to learn about or discuss the latest in wireless routers, network storage and the ins and outs of building and maintaining a small network.
If you'd like to post a question, simply register and have at it!
While you're at it, please check out SmallNetBuilder for product reviews and our famous Router Charts, Ranker and plenty more!