What LogParser UI do you use? [closed]
Asked Answered
N

4

9

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?

Nonmoral answered 6/10, 2008 at 15:37 Comment(0)
I
10

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)

Immigrant answered 18/3, 2012 at 3:31 Comment(0)
K
6

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:

  • Query organization: organize queries in multiple groups for quick access.
  • Query Editor: syntax highlight, intellisense and tool tips, undo/redo, code snippets and query constants (similar as macro defines in C/C++)
  • Great looking Office 2010 style GUI -Tabbed results allows multiple queries to be run and compared
  • Advanced grid: Excel-style filtering capabilities and the ability to do Averages, Counts, Max, Min, and Sum equations on the fly. Column sorting, rows grouping, showing different views of the data without re-running the query (a big time saver when working with gigabytes of logs). Excel style formulas and conditional formatting are also supported.
  • Simple interface for building charts and show result in all kinds of chart types (line, pie, bar, column, doughnut, area, 2D and 3D charts, etc…)
  • Print log parser reports -Change command line parameters from the GUI -Support for multiline (log4net) and regex (regular expressions) input formats and for Т-SQL (OLEDB) queries to maintain your SQL servers from single tool. Also supports Facebook FQL (useful if you are using the tool as Facebook developer).
  • 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).

Kuster answered 21/3, 2012 at 17:17 Comment(2)
is free and has portable version ? open source ?Haeckel
Its free version is limited to non-commercial use.Keats
B
3

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.

Brycebryn answered 6/10, 2008 at 15:37 Comment(2)
Log4Net Dashboard not foundHaeckel
l4ndash.com not foundHaeckel
W
1

I've been using http://en.serialcoder.net/logiciels/visual-logparser.aspx

Weidner answered 24/4, 2009 at 15:42 Comment(2)
en.serialcoder.net/logiciels/visual-logparser.aspx not foundHaeckel
It seems v1.0 is was released in 2006, there were never was any subsequent releases, and it is now dead.Keats

© 2022 - 2024 — McMap. All rights reserved.