I just started using Log Parser Lizard to examine my IIS and Event logs.
What UI tool do you use on top of LogParser 2.2 to view your log files on production?
I just started using Log Parser Lizard to examine my IIS and Event logs.
What UI tool do you use on top of LogParser 2.2 to view your log files on production?
Microsoft Exchange team just released a new tool,
https://techcommunity.microsoft.com/t5/exchange-team-blog/introducing-log-parser-studio/ba-p/601131 (Archive.org backup link)
Log Parser Lizard GUI, current version 2.5, with its features (even in free version) is still the best GUI for MS Logparser engine available on the market for numerous reasons:
Inline Visual Basic .Net code (useful for prompting users for input). Change queries using VB.Net code. For instance this query will prompt the user for EventID input (sample from Lizard Labs web site):
select top 100 * from Application where EventID=<% return Microsoft.VisualBasic.Interaction.InputBox("Please enter Event ID","Event ID","1053") %>
And if you really like it, for very small price you can have added value and even more features like export results to Excel 2007, create PDF reports, save queries in centralized SQL Server Database for easy shearing among users , etc… Therefore I believe that you have made a fine choice using Log Parser Lizard. I believe it is much better software than Microsoft Log Parser Studio and Visual Log Parser or any other logparser GUI I have worked with.
I hope that someday Microsoft will release Logparser 3.0 (that we all love v2.2) supporting more input formats (Exchange, Sharepoint, etc…) and with more powerful features instead of releasing the Log Parser Studio GUI (which is not so bad after all but users have to be informed about better alternatives like Log Parser Lizard here).
Sadly when it comes to Log Parser, I do it CLI, not GUI. I have not had great need to do lots of parsing (though I probably should since resource utilization is occasionally a problem) so I've always used the SQL-like syntax of LogParser straight up.
Other app teams at my work use Log4Net Dashboard, which apparently parses log4net logs, event viewer, and other stuff in one web based interface. I've not gotten around to checking it out, but other people seem to like it.
For web logs I'm actually starting to look at awstats for my parsing needs so I can see my data in a more visual format.
I've been using http://en.serialcoder.net/logiciels/visual-logparser.aspx
© 2022 - 2024 — McMap. All rights reserved.