FortiGate
FortiGate Next Generation Firewall utilizes purpose-built security processors and threat intelligence security services from FortiGuard labs to deliver top-rated protection and high performance, including encrypted traffic.
Vichu_94
Staff
Staff
Article Id 216220
Description This article describes how to enable and disable FortiAnalyzer logging in each VDOM.
Scope FortiGate.
Solution

To enable the FortiAnalyzer logging per VDOM.


config vdom
    edit <Vdom_name>
        config log setting
            set faz-override enable
    end


After running the above command in the VDOM, the option to configure the FortiAnalyzer logging on the CLI will be provided for that particular VDOM:


config log fortianalyzer override-setting
    set status enable
    set server "x.x.x.x" <----- x.x.x.x is the IP address of the FortiAnalyzer.
    set reliable enable
end

 

Note:

FortiAnalyzer must be reachable from the VDOM.

 

To disable the FortiAnalyzer logging on a particular VDOM, follow the command below:


config vdom
    edit <Vdom_name>
        config log setting
            set faz-override disable
    end