config log syslogd override-setting
Override settings for remote syslog server.
config log syslogd override-setting
Description: Override settings for remote syslog server.
set status [enable|disable]
set server {string}
set mode [udp|legacy-reliable|...]
set port {integer}
set facility [kernel|user|...]
set source-ip {string}
set format [default|csv|...]
set priority [default|low]
set max-log-rate {integer}
set enc-algorithm [high-medium|high|...]
set ssl-min-proto-version [default|SSLv3|...]
set certificate {string}
config custom-field-name
Description: Custom field name for CEF format logging.
edit <id>
set name {string}
set custom {string}
next
end
set interface-select-method [auto|sdwan|...]
set interface {string}
end
config log syslogd override-setting
Parameter |
Description |
Type |
Size |
Default |
||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
status |
Enable/disable remote syslog logging. |
option |
- |
disable |
||||||||||||||||||||||||||||||||||||||||||||||||||
|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||
server |
Address of remote syslog server. |
string |
Maximum length: 127 |
|
||||||||||||||||||||||||||||||||||||||||||||||||||
mode |
Remote syslog logging over UDP/Reliable TCP. |
option |
- |
udp |
||||||||||||||||||||||||||||||||||||||||||||||||||
|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||
port |
Server listen port. |
integer |
Minimum value: 0 Maximum value: 65535 |
514 |
||||||||||||||||||||||||||||||||||||||||||||||||||
facility |
Remote syslog facility. |
option |
- |
local7 |
||||||||||||||||||||||||||||||||||||||||||||||||||
|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||
source-ip |
Source IP address of syslog. |
string |
Maximum length: 63 |
|
||||||||||||||||||||||||||||||||||||||||||||||||||
format |
Log format. |
option |
- |
default |
||||||||||||||||||||||||||||||||||||||||||||||||||
|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||
priority |
Set log transmission priority. |
option |
- |
default |
||||||||||||||||||||||||||||||||||||||||||||||||||
|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||
max-log-rate |
Syslog maximum log rate in MBps (0 = unlimited). |
integer |
Minimum value: 0 Maximum value: 100000 |
0 |
||||||||||||||||||||||||||||||||||||||||||||||||||
enc-algorithm |
Enable/disable reliable syslogging with TLS encryption. |
option |
- |
disable |
||||||||||||||||||||||||||||||||||||||||||||||||||
|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||
ssl-min-proto-version |
Minimum supported protocol version for SSL/TLS connections . |
option |
- |
default |
||||||||||||||||||||||||||||||||||||||||||||||||||
|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||
certificate |
Certificate used to communicate with Syslog server. |
string |
Maximum length: 35 |
|
||||||||||||||||||||||||||||||||||||||||||||||||||
interface-select-method |
Specify how to select outgoing interface to reach server. |
option |
- |
auto |
||||||||||||||||||||||||||||||||||||||||||||||||||
|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||
interface |
Specify outgoing interface to reach server. |
string |
Maximum length: 15 |
|
config custom-field-name
Parameter |
Description |
Type |
Size |
Default |
---|---|---|---|---|
name |
Field name. |
string |
Maximum length: 35 |
|
custom |
Field custom name. |
string |
Maximum length: 35 |
|