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

 

For disabling the FortiAnalyzer logging on the particular VDOM, follow the below command:


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