Incident type events forwarded via syslog
Hi, I'm new here
I have the SIEM analyst role and I have read-only access to the fortianalyzer.
I have to monitor all the events that it detects as incidents.
This fortianalyzer manages more than 10 firewalls and I only want to get the events that are most relevant or what fortianalyzer considers as an incident or what most draws attention and contributes to security issues to avoid incidents.
According to what I have investigated this is the configuration that I should request to the firewall administrator but I would appreciate if you could share with me your recommendations
config system log-forward edit 1 set mode forwarding set fwd-max-delay realtime set server-name "SIEM_Server" set server-addr "192.169.1.1" set fwd-server-type cef set server-port 6515 set fwd-reliable enable set log-filter-status enable config log-filter edit 1 set field "event" set value "security" next edit 2 set field "level" set oper ">=" set value "information" next end next end 