You should be able to do something like this:
host=squid* source=*access.log | stats count by domain, user
Or another possible grouping would be like:
host=squid* source=*access.log | stats count, values(domain) as domains by user
answered
02 Jun '10, 21:13
Lowell ♦
9.6k●6●37
accept rate:
40%