/
data.source.syslog > set mode
data.source.syslog > set mode
The data.source.syslog > set mode
command allows you to configure the syslog listener on the DC VM to the following:
disabled
: turns off syslog listening. This is selected by default.secure
: turns on syslog listening, allowing only TLS connections on the configured secureport. Note that to set the mode to secure, you must set a valid certificate.unencrypted
: turns on syslog listening, allowing only unencrypted connection on the configured port.both
: enables both secure and unencrypted simultaneously.
Syntax
data.source.syslog > set mode <secure|unencrypted|both|disabled>
Example
data.source.syslog > set mode disabled
ok