Web browsing times and catdesc are not fully populated
(I've made significant corrections to the original post.)
Many of my Fortigate 5.0.9 traffic logs seem to be missing values in the ebtime and catdesc fields. Specifically,
[ul]So I think I have two issues: why are there no ebtime values for HTTPS traffic? and why are there no catdesc values for most of the HTTP traffic? How can I address these? Below are snippets of what I think are the relevant config settings, but let me know if left out any relevant settings. I'm using 5.0.9 on a mix of 60D, 100D, and 500D devices. I am viewing and reporting from a FortiAnalyzer 5.2.2. Thanks in advance for helping me!
config antivirus settings
set grayware enable
end
config antivirus profile
edit "default"
set comment "scan and delete virus"
config http
set options scan
end
next
edit "AV-SB"
set block-botnet-connections enable
set ftgd-analytics everything
config http
set options scan
end
config ftp
set options scan
end
next
config firewall policy
edit 12
set srcintf "lan"
set dstintf "wan1"
set srcaddr "all"
set dstaddr "all"
set action accept
set schedule "always"
set service "Outbound-Services"
set utm-status enable
set profile-protocol-options "default"
set deep-inspection-options "SSLInspectProfile"
set av-profile "AV-SB"
set webfilter-profile "Default-WF"
set nat enable
next
