Forum Moderators: buckworks & skibum

Message Too Old, No Replies

Does anyone know of an excel 'addon' that analyzes logs?

         

budbiss

1:31 pm on Aug 30, 2004 (gmt 0)

10+ Year Member



I see that alot of people use excel to parse through there web logs, I figure someone out there must have made a macro script or something like that to automatically pull data from the raw logs. Anyone here ever see anything like this?

Robsp

1:41 pm on Aug 30, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Nope and I would advice a log file analyzer if you want to do this frequently.

They are not expensive and do a lot that takes you forever with excel.

bwelford

1:46 pm on Aug 30, 2004 (gmt 0)

10+ Year Member



I haven't found the need for a macro.

With the text file traffic data I get, I parse text into columns using the space as a separator. I find this puts the information into very useful columns.

I then sort all the rows of data by various columns to give me some very interesting information. For example I can sort by the file downloaded listing as secondary sort values, the date and the time. Looking at all the visitors who downloaded the robots.txt file for example, I get a good feel for which robots visited and how often.

I only do this when I really want to get the nitty-gritty. I find Funnel Web Analyzer (freeware) is what I use routinely and this gives me most of what I want.