edge01> get logging-server
Sun Sep 19 2021 UTC 11:48:53.773
vrli.example.com:514 proto tcp level info
This issue is resolved in VMware NSX-T Data Center 3.2.0
Workaround:
GET https://<Mngr_IP>/api/v1/transport-nodes/<Edge_node_ID>/node/services/syslog/exporters
Sample result, in bold below the syslog details:DELETE https://<Mngr_IP>/api/v1/transport-nodes/<Edge_node_ID>/node/services/syslog/exporters/<exporter_name>
For example:DELETE https://192.168.120.1/api/v1/transport-nodes/a7002350-####-####-####-##########5f/node/services/syslog/exporters/3a0401dd-####-####-####-##########b9
GET https://<Mngr_IP>/api/v1/transport-nodes/<Edge_node_ID>
If the syslog configuration is not removed, you may still see an entry like the following:.
"syslog_servers": [
{
"server": "vrli.example.com",
"port": "514",
"protocol": "TCP",
"log_level": "INFO"
.
PUT https://<Mngr_IP>/api/v1/transport-nodes/<Edge_node_ID>
See below for sample entry:.
],
"dns_servers": [
"192.168.110.10"
],
"enable_ssh": true,
"allow_ssh_root_login": false
},
"resource_type": "EdgeNode",
"id": "a7002350-####-####-####-##########5f",
.