I am using PoSh at the moment, but portlets will probably be written in .Net. I am looking to have something like the following: Website Repeat Count www.playb0y.com 450 www.otherxxxsite.com 234 www.foreignxxxsite.fr 43 www.somexxxstreamingsite.com 15 These are the actual host names from the URLs, rather than the resolved host names from an IP. We want to know what site the user was actually visiting, not just which IP, or shared host. I am pretty sure I can do the work on my end by pulling a report of repeat count per destination IP, and then grabbing and matching each IP to a URL in order to pull the host name. But getting the URLs associated with an IP might be the hard part if it is a separate report. I am also sending all URL filtering logs into Splunk, and can use Splunk's API to pull the data realtime with all the details already indexed and ready to be formated, but I would rather not depend on an external tool if I don't have to. By the way, the image of the widget in your post does not show up for me.
... View more