SELECT vd, policyid, srcip, dstip, itime, service, count(*) AS
numoftimes, from_itime(itime) as date_time FROM $log where $filter GROUP
BY vd, policyid, srcip, dstip, itime, service ORDER BY numoftimes DESC
itime does not dispaly as date and time, is...