Forum Moderators: DixonJones

Message Too Old, No Replies

Log parsing software (Get all sites visted by a certain IP address)

         

supermanjnk

8:07 pm on Apr 17, 2008 (gmt 0)

10+ Year Member



I have some log files that I need to monitor the traffic on. The log files are in a typical log format format (IP, Timestamp, site, etc)

I need something that will take this log file and group all the sites by the IP address so it would return something like the following:

***.***.***.59
site1.com
site2.com
site3.com

***.***.***.60
site1.com
site3.com
site4.com

etc.. All of the ones that I have seen so far either show you all the hosts (#*$!.#*$!.#*$!.#*$!) or all of the URL's, but do not link the two together. Any suggestions?

coffeebean

12:38 am on Apr 29, 2008 (gmt 0)

10+ Year Member



Log Parser is great for this kind of stuff.
[microsoft.com...]

PM me if you need help