We are indexing our Web Proxy logs and have a large number of usable fields...
timestamp, URL visited, bytes transferred etc...
What I'd like to do is create a visualisation that aggregates the URL's by the sum of bytes transferred...
I can get a count of of URLS i.e. 50,000 hits to facebook.com; 5,000 hits to youtube.com etc etc, but that doesn't show that those 5,000 hits to YouTube transferred 3x the amount of bandwidth
So what I'd like is to add-up all of the bytes transferred against {URLs} and do a top_N results against that..
i.e.
URL1 --- 6,005,000 bytes
URL2 --- 4,001,000 bytes
URL3 --- 1,001,000 bytes