config log setting global_remote
Use this command to configure global remote log settings.
When FortiADC has several VDOMs, the user may not want to configure the syslog server for each VDOM. This command defines syslog configuration at the global context so that each VDOM can be configured in one command.
The syslog server in the global context can be accessed by a root VDOM route.
You can configure and customize the individual VDOM with config log setting remote. |
Syntax
config log setting general
set override_global_remote {enable | disable}
next
end
override-global-remote |
Enable/disable to override global remote. |
Example
FortiADC-VM (root) # config log setting general
FortiADC-VM (general) # show full-configuration
config log setting general
set override_global_remote disable
end
config log setting remote
edit 1
set status enable
set server 10.106.155.142
set port 514
set proto tcp
set tcp_framing traditional
set loglevel information
set comma-separated-value disable
set facility kern
set event-log-status enable
set event-log-category configuration admin health_check system
set traffic-log-status disable
set attack-log-status disable
next