Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 1.05 KB

SyslogRemoteClientBase.md

File metadata and controls

15 lines (11 loc) · 1.05 KB

SyslogRemoteClientBase

Lists properties that are common to all remote logging clients. It serves as a base class for all remote logging clients.

Properties

Name Type Description Notes
enabled bool Enables/disables remote logging for the endpoint If enabled, log messages will be sent to the syslog server mentioned in the Hostname/IP Address field. [optional]
hostname str Hostname or IP Address of the syslog server where log should be stored. [optional]
min_severity str Lowest level of messages to be included in the remote log. [optional] [default to 'warning']
port int Port number used for logging on syslog server. [optional]
protocol str Transport layer protocol for transmission of log messages to syslog server. [optional] [default to 'udp']

[Back to Model list] [Back to API list] [Back to README]