tags:

views:

43

answers:

4

Hi,

I have complex log files, which are full of noise.

Can someone recommand a simple utility program which I can use to define lines which I want to filter out, or highlight using wildcards or any other method?

As well, a utility that can find logs which fulfill a certain condition (e.g., contains a line of a certain template) among a directory full of logs?

Regards

+1  A: 

Have a look at LogParser from Microsoft. It has a SQL-like query language to allow you to filter log files based on conditions. Jeff Atwood has a brief overview of it here.

adrianbanks
+1  A: 

There's always good old "grep".

Rob H
A: 

If you have a bit of time to play with PERL and regular expressions, this is the kind of thing they do beautifully.

John Lockwood
+1  A: 

I have used Bear tail with great success. They have a free as well as a paid version.

ozczecho
You mean Bare Tail. Yeah, it is a great utility.
tzup