FortiWeb
A FortiWeb can be configured to join a Security Fabric through the root or downstream FortiGate.
jcastellanos
Staff
Staff
Article Id 255263
Description

This article describes how to send HTTP header information from the FortiWeb logs to syslog.

Since version 7.2.1 it is possible.

Scope FortiWeb v7.2.1 and above
Solution

Supported sending packet log to syslog since v7.2.1. It requires TCP or TLS Syslog and JSON format to send packet logs.

 

Example:


config log syslog-policy
    edit "syslog1"
        config syslog-server-list
            edit 1
                set server 1.1.1.1
                set port 6514
                set proto tls
                set format json <-----
                set packet enable <-----
                unset cus-fields
            next
        end
    next
end