linuxtricks
IS-IT--Management
Hi all,
I am setting up a syslog server on a Windows NT system to be my one central location for [red]syslogs[/red].
I will be setting up multiple devices to direct the outputs of syslog to the new NT syslog server.
I understand the syslog server will output a single text file while will contain entries from all of the devices I will have point to it... and from that point I will need to sift through the 'single' text syslog file to trace down the logs of one particular device.
My question is: Is there a 'syslog reader' application somewhere that will help me to better sift through the single 'text file' that syslog will generate? Something like the equivalent to doing the following on a *nix machine:
tail -f /var/log/messages | grep 123.4.5.6
Does a syslog application exist out there somewhere that can separate lines in the text file based on / 'grep'ping certain words, etc???
Many Thanks! ---
Try not. Do. Or do not. There is no try.
I am setting up a syslog server on a Windows NT system to be my one central location for [red]syslogs[/red].
I will be setting up multiple devices to direct the outputs of syslog to the new NT syslog server.
I understand the syslog server will output a single text file while will contain entries from all of the devices I will have point to it... and from that point I will need to sift through the 'single' text syslog file to trace down the logs of one particular device.
My question is: Is there a 'syslog reader' application somewhere that will help me to better sift through the single 'text file' that syslog will generate? Something like the equivalent to doing the following on a *nix machine:
tail -f /var/log/messages | grep 123.4.5.6
Does a syslog application exist out there somewhere that can separate lines in the text file based on / 'grep'ping certain words, etc???
Many Thanks! ---
Try not. Do. Or do not. There is no try.