Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

19
votes
1answer
1k views

How do I use LogParser to find out the LENGTH of a field in an IIS Log?

I'm trying to find LONG UserAgent strings with LogParser.exe in my IIS logs. This example searches for entries with the string 'poo' in them. LogParser.exe -i:IISW3C "SELECT COUNT(cs(User-Agent)) AS ...
13
votes
6answers
12k views

A good IIS Log Viewer for large log files?

I'm looking for a simple IIS Log Viewer that can open large (e.g. 100 meg) IIS Log files and give me simple filtering and searching tools. (IIS = Microsoft Internet Information Server, obviously) ...
5
votes
2answers
2k views

Powershell and logparser arguments

Im trying to run some logparser commands from powershell but Im having issues with passing the arguments across correctly, heres the excert from my script; ...
4
votes
1answer
170 views

Can I get LogParser 2.2 to export into MySQL?

I've got an IIS site running with a MySQL db. Is there a way to get logparser to export into a MySQL database?
4
votes
4answers
149 views

What is the Best Way to Debug a Windows Service program in Visual Studio 2008

I am using the Microsoft Log Parser in a Windows Service. The program works in a regular web page but when I put the code in a windows service it does not work. I put Breakponts in the windows service ...
4
votes
3answers
1k views

What are your favorite LogParser Scripts?

What are you favorite LogParser 2.2 Scripts to run against IIS logs and Event logs? I am putting a list of scripts together to run against our production environment to proactively look for issues ...
3
votes
3answers
280 views

LogParser for Java

I just read this post and i wonder if there is something like this for querying jboss log file.
3
votes
5answers
5k views

Exporting SharePoint usage log files into a database using LogParser

So basically we have lots of SharePoint usage log files generated by our SharePoint 2007 site and we would like to make sense of them. For that we're thinking of reading the log files and dumping into ...
3
votes
2answers
1k views

What LogParser UI do you use?

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?
2
votes
2answers
70 views

Send parsed console output in email

I am working with two Jenkins plugins, Email-Ext and Log Parser. I have the regular expressions for the Log Parser plugin how I want them, and I would like to include the output of the Log Parser ...
2
votes
2answers
779 views

Log Parser 2.2 skipping today's IIS logs

I'm trying to count the number of hits for a particular URL on our web site by parsing our IIS logs using Log Parser 2.2. Everything seems to be working fine, except that its handling of timestamps is ...
2
votes
1answer
299 views

Trying to write a program / library like LogParser - How does it work internally?

LogParser isn't open source and I need this functionality for an open source project I'm working on. I'd like to write a library that allows me to query huge (mostly IIS) log files, preferably with ...
1
vote
1answer
11 views

Log parser process is not allowing log4j to rotate the logs

I wrote a log parser that constantly reads the log file gets specific lines from the log and writes them into database. Logs are generated via LOG4J. Logs are being rotated when they reach specific ...
1
vote
1answer
123 views

What could cause IIS logs with time-taken of 29641895 milliseconds

For few thousand requests in a log of more than 2 million records, IIS is recording time-taken as 29641895 or similar large numbers. The time-taken value is in milliseconds, so when converted to ...
1
vote
2answers
94 views

which log parser gem/lib shall i use in ruby?

Now i want choose a ruby log parser gem to parse my own log files, after investigation i found there are rawk, log analyzer and so on. My requirements are: log file format is defined by ourselves, ...
1
vote
1answer
94 views

Powershell/Logparsing Casting Data Type

I also posted this on the powershell usenet groups, but I think it is mostly dead now. I am in over my head working on a script. Working with both powershell and log parser. I am currently trying to ...
1
vote
1answer
307 views

log parser 2.2 query, Text parsing and validating

There is a simple text file that have to be parse by using log parser. Just I started using log parser but not understanding What is its parsing limit. I mean Can i do such thing by using logparser ...
1
vote
3answers
130 views

JavaScript log parser project: Bad idea?

There are numerous log files that I have to review daily for my job. Several good parsers already exist for these log files but I have yet to find exactly what I want. Well, who could make something ...
1
vote
1answer
527 views

IIS Log Parser - Need Query to find “total requests taking > x secs” / “Total Requests” grouped by URL

I am supporting an application that is having occasional performance issues. The client wants to know how often a page is slow. i.e. Total times a page took greater than x secs / Total number of ...
1
vote
1answer
232 views

Does Transact-SQL have a similar function to MS Logparser Quantize?

If you are familer with Microsoft Logparser you probably recognize the Quantize function which will truncate a value to the nearest multiple of another value. It is quite handy for grouping date-time ...
1
vote
1answer
308 views

ms logparser export to sql statements

is it possible to use the logparser commandline utility to output sql statements as text? it seems bent on actually connecting to sqlserver and performing the inserts automatically. i just want a ...
1
vote
2answers
206 views

Regex to return unique lines when pattern matched

I am parsing a log file and trying to match error statements. The part of the line I am matching "error CS" will apply to numerous lines some duplicates some not. Is there a way I can not return ...
1
vote
1answer
361 views

LogParser output and Powershell

I am using the below PowerShell function to parse event logs that have been saved locally from a remote machine. Unfortunately, I cannot for the life of me figure out how to dump out to another ...
1
vote
1answer
422 views

Storage of parsed log data in hadoop and exporting it into relational DB

I have a requirement of parsing both Apache access logs and tomcat logs one after another using map reduce. Few fields are being extracted from tomcat log and rest from Apache log.I need to merge /map ...
1
vote
0answers
165 views

Extract response header value in IIS logparser

I'm using IIS LogParser 2.2 & I want to get the value of a particular response header. Is there a function I can use in the query to extract the value of one http response header out of the ...
1
vote
1answer
171 views

Why is Microsoft's Log Parser still at version 2.2 (from 2005)

Is there a new or different product that people are using? Are there no new features people can think of? Is it not being used by many people? Or, has Microsoft just decided not to invest any more ...
1
vote
6answers
703 views

Designing a poker parser in Ruby

I'm writing a small program in Ruby to parse a hand history log from a poker site. The log is split over several lines and looks a bit like this: Table 123456 NL Hold'em $1/$2 5 Players Seat 3 is the ...
1
vote
2answers
177 views

LogParser dropping log entries

I'm importing IIS logfiles into a SQL database but for some reason not every entry makes it into the database. For instance if the logfile has 1,000,000 entries logparser does say that it processed ...
1
vote
3answers
688 views

Logging capabilities on Server2008 / iis7?

I am suddenly resposible for debugging/finding out what is wrong with an asp.net application that crashed its ApplicationPool some days ago. The 5 errors within 5 minutes failsafe we had set took it ...
1
vote
2answers
357 views

Safe to Run LogParser Against Live Production IIS Log?

Is it safe to run LogParser against our live production IIS log file? Currently, I have been copying it over to another location and then running LogParser 2.2 against the log file. Instead, I would ...
0
votes
1answer
50 views

SQL query to group multiple groups

I'm parsing some IIS server logs (with LogParser) and I'm having a little trouble creating a query that will give me the aggregate count of each type of browser (user agent). Here is my query so far: ...
0
votes
0answers
9 views

LogParser parse custom xml log?

Im a bit lost i installed the logparser from http://www.microsoft.com/download/en/details.aspx?displaylang=en&id=24659 LogParser.exe "SELECT * FROM log.xml" -i:XML But if i give it my log files ...
0
votes
1answer
14 views

wevtutil - probably just missing something simple

Here's a little background. I'm trying to read in .evt files with LogParser, but I'm getting a message saying that the file is corrupted. After some reading, it turns out it most likely has to do with ...
0
votes
0answers
37 views

LogParser and multiple query string arguments with the same name

I'm trying to get IIS logs statistics with LogParser, and I have to group numbers by the values that a certain argument, named 't', can assume on the query string. We have to handle scenarios like ...
0
votes
1answer
51 views

Querying svc log file with logParser

I have generated a xml trace for my program using the Enterprise Library TraceManager. It works great. Using the Microsoft Service Trace Viewer, I can see a separate trace per call. I would love to ...
0
votes
0answers
29 views

Log parser not treating “” as one field

Im trying to parse an IIS log file using LogParser 2.2, however im having a problem when it comes to the user agent because it sees the spaces in the following user agent and thinks it's a new ...
0
votes
2answers
37 views

Loparser to get Number of session by Hour

how can i use logparser to see how many uniqe session are there by every hour in IIS Logs
0
votes
1answer
103 views

Powershell & operator stops working

I have a script in PowerShell that calls LogParser. Early in the script I define the path to the executable and tests its path: #Define path to log parser executable $logParser = ...
0
votes
0answers
26 views

Generating crash log signatures

Can anyone suggest a mechanism to find a way to generate some kind of signatures for crash logs. This is for a multi-threaded Linux app (more than 300) threads and the crash can happen in any of the ...
0
votes
1answer
47 views

Using Microsoft Log Parser, how would you do Hit count aggregates with IP counts?

I'm using MS Log Parser to do simple analytics against IIS logs. I want a query that generates a report indicating the count of unique IPs hitting URLs, resulting in something like: URL | Unique_IPs ...
0
votes
0answers
8 views

Looking for a COM Input Plugin allowing SQL SERVER as an Input Format

Is anyone aware of any links/urls that document how to write a Windows Script Component COM that will allow SQL Server as a custom Input Format for LogParser 2.2? Thanks for sharing this and any ...
0
votes
0answers
48 views

Logparser queries for production monitoring

Does anyone use logparser to monitor production IIS? I want to generate custom reports every 24 hours on our CI server. I was thinking about monitoring transfer in MB from and to client. Reporting ...
0
votes
1answer
35 views

C++ AccessLog Parser using MMap/OpenMP - Problem with counting media stream web-access events correcty

Hello and first of all sorry if the problem description sounds strange and inprecise. It's not that easy for me to describe my complex problem in english, but I hope you will understand what I mean. ...
0
votes
0answers
43 views

what logparser queries should I write for IIS Logs to check on how often a link on our website is used?

I am new to logparser. I have been asked to research on how often a link on our website is used, can someone help me write some query commands that I should run against our IIS Logs for this? I have ...
0
votes
2answers
49 views

Is it possible to safely cancel a long running LogParser query from C#?

I'm working with LogParser 2.2 in C# via COM interop and would like to be able to give long running queries a timeout. e.g. var ctx = new COMIISW3CInputContextClassClass(); var log = new ...
0
votes
1answer
97 views

monitor http log using logparser

i have a situation where i have to monitor the execution time of the webservices using logparer as i cannot run perfmon. this is becoz of some unreasonable demands of my client. i have my query ...
0
votes
1answer
124 views

LogParser get results from last hour

I have cpu monitors constantly workning on my computer. I would like log parser to parse results only from the last hour. does anyone know how to do that? SELECT ...
0
votes
1answer
79 views

Access to S3 logs in real-time

I'm looking for steps that allow me to monitor the access logs for Amazon's S3 service (real-time = updates @ ~ 5-10 minutes). Please say there is a Log Parser script for hire? thx
0
votes
4answers
572 views

Log Parser for linux

Log Parser is great tool for parsing log files. I can parse not just IIS log files but also custom log files with it. For example I can use SQL syntax to parse logs: C:\>LogParser "SELECT ...
0
votes
1answer
52 views

LogParser2.2 and Logs on load-balanced servers

I need to run a report that shows all authenticated users. The query itself seems to be pretty easy. My problem is that I have to gather data from 2 sets of logs (we run our web application in a load ...

1 2