- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
No Traffic Logs in FortiADC
Hello ,
my fortiADC does not schow any traffic log in Log & Report -> Traffic Log., I already selected all the different filter but no log appears. I selected also all options in Log & Report -> Log Setting -> Local Log, but it also did not help.
For now i can only see the Event Log.
is that normal?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi @stantaiwe
This should enable logs for your VS.
config load-balance virtual-server
edit <vs-name>
set traffic-log enable
end
end
Just in case it doesn't work, you can still try this:
config log setting local
set traffic-log-status enable
end
Hope it helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
As an alternative, could you apply a monitor-only dns security profile to the service on the interfaces of interest? Just an idea that would get you want but avoid the rest of the chaff https://9apps.ooo/ .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi @stantaiwe
This should enable logs for your VS.
config load-balance virtual-server
edit <vs-name>
set traffic-log enable
end
end
Just in case it doesn't work, you can still try this:
config log setting local
set traffic-log-status enable
end
Hope it helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi @AEK the second option fixed it. Now i can see the Traffic Log in Log & Reports
thanks