vote up 1 vote down star

(Briefly, like this question but for Windows servers.)

I have several Win2003 servers running custom application services (C/C++, not Java) that write text-based logs in a custom format.

[2009-07-17 12:34:56.7890]\t  INFO\t<ThreadID>\tLog message...
[2009-07-17 12:34:56.7890]\t *WARN\t<ThreadID>\tLog message...
[2009-07-17 12:34:56.7890]\t**ERR \t<ThreadID>\tLog message...

I would like to have a way to easily and efficiently (over a not-very-fast VPN) "watch" these logs for lines that match a pattern (like tail -f |grep -E on linux). Ideally the output would need to be aggregated, not one window/shell per file or per server, and a Windows application would be best, so that I can put it in front of people who are command-line-phobic.

Any recommendations?

edit: fixed link

flag

1  
You may wish to ask this question on serverfault.com, the sister site, if you don't get the replies you need here. – dxmio Jul 17 at 19:59

2 Answers

vote up 1 vote down check

Try using baretail

link|flag
I wish it didn't put each file in a separate tab, but it's workable. Thanks. – Tim Sylvester Jul 17 at 20:06
vote up 0 vote down

splunk from www.splunk.com is the way to go. It is free & does exactly what you are asking for.

link|flag
Yeah, I intended to mention that. I saw it on the question I linked, but I'm going to have a hard time getting approval for anything installed on a server, and I was hoping for a free solution. (500MB/day is not even enough for one server.) – Tim Sylvester Jul 17 at 20:17

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.