We are trying to get detailed information for where our users are going. Say we have a user that goes to their facebook page and then to the company facebook page and then back to their own. The detailed "User Detailed Browsing Log" only says they went to facebook.com. Is there a way to see more details that might show if they are doing company business or personal?
Solved! Go to Solution.
Make sure you can see webfilter logs in log view, then try:
select from_dtime(dtime) as timestamp, catdesc, hostname || url as website, cast(action as text) as status from $log-webfilter where $filter and hostname is not null group by dtime, catdesc, website, action order by dtime desc
So nobody has a way to get detailed info?
Qs:
What/Where is the company Facebook page located at? Do you have SSL decryption so you can track the URL request in the http headers
PCNSE
NSE
StrongSwan
Make sure you can see webfilter logs in log view, then try:
select from_dtime(dtime) as timestamp, catdesc, hostname || url as website, cast(action as text) as status from $log-webfilter where $filter and hostname is not null group by dtime, catdesc, website, action order by dtime desc
These days you pretty much have to enable SSL inspection to get a lot of the info you are looking at. Otherwise it just shows as SSL Traffic in general. Be prepared though, your logs will skyrocket haha.
Mike Pruett
Thanks everyone. I'll check some settings and see what we get. It is a shame so many won't just work at work.
User | Count |
---|---|
2626 | |
1400 | |
810 | |
672 | |
455 |
The Fortinet Security Fabric brings together the concepts of convergence and consolidation to provide comprehensive cybersecurity protection for all users, devices, and applications and across all network edges.
Copyright 2025 Fortinet, Inc. All Rights Reserved.