Reading Apache web logs

Notes, tips, and other usefull things on how to use LogMX

Moderator: admin

Post Reply
darren
Posts: 1
Joined: Thu Aug 26, 2010 11:22 am

Reading Apache web logs

Post by darren »

I'm trying to read Apache web logs in the standard W3c format, but I'm getting "No parser found" when opening the text files. Example line below:-


10.65.12.134 - MYUSERNAME [24/Aug/2010:00:41:39 +0000] "GET /appsvcs/encounter/workflowtreeview HTTP/1.1" 200 1031

Is there a Parser available that I can use to read these log files?
admin
Site Admin
Posts: 555
Joined: Sun Dec 17, 2006 10:30 pm

Re: Reading Apache web logs

Post by admin »

Hello,

To read such logs, you can add a Java Class Parser (see https://logmx.com/parser-dev). Here is a Java Class:
https://logmx.com/downloads/forum/Apach ... arser.java

And here is the result:
Image

Let me know if you have trouble installing or using this Parser.

Xavier
Post Reply