i know if i run a query such as this i get hits for my site. How would one pull the number for views?
select c-ip, count(c-ip) as hits from 'F:\DeepLog\irmka\2012\u_ex1205*.*' where sc-status=200 and ipv4_to_int(c-ip) not between ipv4_to_int('192.168.0.0') and IPV4_TO_INT('192.168.3.255') and cs-method = 'POST' and cs-uri-stem like '%%/wp-login.php%%' group by c-ip"