All TagsNCSA input format (RSS)
  • RE: extension of NCSA format possible?

    Selavie, What I actually need to do is tell LogParser about extended fields beyond those covered in NCSA Combined. I have a field for the duration of the request and a few others.
    Posted to Forum by LogParser User : DEinspanjer on 03-11-2005, 2:31 PM
  • RE: extension of NCSA format possible?

    DEinspanjer, Logparser 2.2 supports the NCSA input format. It can parse log files in the NCSA Common, Combined, and Extended Log file formats. The Log Parser input format generates input records for the following fields: - LogFilename - LogRow - RemoteHostName - RemoteLogName - UserName - Date Time ...
    Posted to Forum by LogParser User : selavie on 03-11-2005, 1:50 PM
  • extension of NCSA format possible?

    Our company makes use of a couple of different web servers including a SOAP server, Apache, and Tomcat. In most cases, we log in NCSA Combined format and we usually extend it with other useful information such as the duration of the request, etc. I could certainly be mistaken, but I was under the impression...
    Posted to Forum by LogParser User : DEinspanjer on 03-11-2005, 12:42 PM
  • RE: Log row terminates unexpectedly

    Gabriele: It's an honor to help. Thanks for your hard work on this tool. I'm psyched about 2.2 and the new book! Kevin
    Posted to Forum by LogParser User : Kevin Collins on 02-19-2005, 7:53 PM
  • RE: Log row terminates unexpectedly

    Congratulations, you have found a new bug in the NCSA input format.... ...the problem is with the " characters embedded in the field. The bug is fixed now. We're planning on doing almost-monthly releases of updates; this fix will be in version 2.2.10. Thanks for reporting it!!!!! P.S.: if you can't wait...
    Posted to Forum by LogParser User : Gabriele Giuseppini on 02-16-2005, 3:36 PM
  • Log row terminates unexpectedly

    I get the error message, "Log row terminates unexpectedly" ... "row number 64544", but I manually inspect that row and don't see anything unusual. Here's the line: 64.107.192.18 - - [14/Feb/2005:05:05:06 -0500] "GET /main.css HTTP/1.0" 304 - " http://www.example.com/product.phtml?p=965&OVRAW=\"search...
    Posted to Forum by LogParser User : Kevin Collins on 02-16-2005, 2:25 PM
  • RE: Parsing GET and POST methods from a web server log file

    Replied in the 'General' forum. Please refrain from posting to multiple forums - we follow _all_ of them :-) ------------------------------ This posting is provided "AS IS" with no warranties, and confers no rights. Use of included script samples are subject to the terms specified at http://www.microsoft...
    Posted to Forum by LogParser User : Gabriele Giuseppini on 08-18-2004, 2:33 PM
  • Parsing GET and POST methods from a web server log file

    Hi, I am new to LogParser... can someone provide me with some input as to what the type of input file I would need to use in order to do the following: I would like to parse out each GET and POST method in the access.log file. The log has entries similar to the ones below… notice there are two unique...
    Posted to Forum by LogParser User : QA_1 on 08-17-2004, 2:14 PM
  • RE: DateTime

    Thanks Gabriele. I was trying to include the date in earlier permutations but couldn't get those to work. The source of the problems I was encountering earlier is the format mask for minutes and months. Although the help file does show the timestamp format for months as being M,MM,MMM, or MMMM I just...
    Posted to Forum by LogParser User : Brett on 06-30-2004, 12:35 PM
  • RE: DateTime

    That's because you're asking it the entries logged after 9:30 of January 1 year 0... You can either go for: WHERE TO_TIME(DateTime) > TO_TIMESTAMP('09:30:00', 'hh:mm:ss') OR WHERE DateTime > TO_TIMESTAMP('2004-06-29 09:30:00', 'yyyy-MM-dd hh:mm:ss') ------------------------------ This posting is...
    Posted to Forum by LogParser User : Gabriele Giuseppini on 06-30-2004, 7:33 AM
Page 4 of 5 (46 items) < Previous 1 2 3 4 5 Next >
Microsoft Communities