SyslogExporter
SyslogExporter
This object specifies what, where and how logs on NSX nodes are forwarded.
JSON Example
{
"max_log_level": "string",
"port": 0,
"protocol": "string",
"server": "string"
}
string
max_log_level
Required
Maximum logging level for messages to be exported.
Possible values are :
EMERG,
ALERT,
CRIT,
ERR,
WARNING,
NOTICE,
INFO,
DEBUG,
integer As int64
As int64
port
Optional
Constraints:
minimum: 1
maximum: 65535
default: 514
Server port on which syslog listener is listening.
string
protocol
Required
Protocol to be used to export logs to syslog server.
Possible values are :
TCP,
UDP,
LI,
string As hostname-or-ip
As hostname-or-ip
server
Required
Syslog server IP address or hostname.