FortiGate syslog filters don't support logid and level
FortiOS: 6.2.8
Model: 800D
I've been trying to configure the syslog filter to only send LOG_ID_TRAFFIC_END_FORWARD (0000000013) traffic logs to my syslog server.
In the Technical Tip: Using syslog filters on to send only specific logs to syslog server,
set filter "traffic-level(information) logid(0000000013)"
However, it does limit to LOG_ID_TRAFFIC_END_FORWARD events when I just use logid.
set filter "logid(0000000013)"
Ultimately, I would like to send event-level(information), ips-level(alert), and traffic-level(information), but only the "0000000013" logid for traffic.
Is this doable?
