Custom Report for Youtube Activity
I used to be able to run a report that provided the userID and file name of all the Youtube activity. With the recent upgrade to FortiGuard, it appears that this data is not being captured. We used some code provided at "Al's Tech Corner" as shown below. Does anyone have a reason why this data is no longer captured or how to, again, capture/display this information?
select app, appid, filename, `user`, srcip, sum(filesize) as filesize , from_dtime(dtime) as timestamp from $log where $filter and filesize is not null and clouduser is not null and filename is not null and appid = '31077' group by cloudaction, app, appid, `user`, srcip, filename, dtime order by user asc
Thanks
