System Administration > Configuration > NSX Managers > Logging

del logging-server <hostname-or-ip-address[:port]> proto <proto> level <level> [facility <facility>] [messageid <messageid>] [structured-data <structured-data>]

Delete the specified logging server configuration. You can use the get logging-servers command to display the current logging server configuration.

Parameters:

Option Description
<hostname-or-ip-address[:port]> A hostname or IPv4 or IPv6 address with optional port delimited by a colon
<proto> Logging server protocol
Allowed values: tcp, udp, tls, li, li-tls
<level> Level of log entries to export
Allowed values: emerg, alert, crit, err, warning, notice, info, debug
<facility> Comma delimited list of facilities of log entries to export
<messageid> Comma delimited list of MSGIDs of log entries to export
<structured-data> Structured data of log entries to export
Allowed pattern: ^(alarmId|alarmState|audit|comp|depr|entId|eReqId|errorCode|eventFeatureName|eventId|eventSev|eventState|eventType|euser|inst|level|method|nodeId|org|path|proj|security|site|subcomp|s2comp|splitId|splitIndex|tenantId|tid|tname|update|username|vpc)=.+$


Example:

nsx> del logging-server 192.168.110.60 proto udp level info facility syslog messageid SYSTEM,FABRIC structured-data audit=true nsx>

Mode:

Basic

Availability: