Skip to main content
ppatel
Staff & Editor
Staff & Editor
April 7, 2017

Technical Tip: How to see all visited website URLs under web filter security log

  • April 7, 2017
  • 0 replies
  • 32345 views

Description

 

This article describes how to see all the websites URL that are being visited by users under Log & Report -> Security Events -> Web Filter.


Solution

 

The 'log-all-url' option must be enabled in the web filter profile to get the information of the host name of all the visited sites, not only of the blocked ones. To enable 'log-all-url', run the following commands in the CLI:

config webfilter profile
    edit <name_str>
        set log-all-url {enable | disable}
    end
end

 
By setting log-all-url to enable, it will log all URLs even if FortiGuard is not enabled.

This can only be set via the CLI.
 
Related articles: