Title: Alarm for Remote Logging Not Configured
Event ID: logging.remote_logging_not_configured
Alarm Description
VMware NSX
The alarm indicates that the ESXi hosts are not configured to forward logs to a remote logging server.
Verify Current Configuration
Run the following command on each ESXi host to verify if syslog is configured:
esxcli system syslog config get
If the configuration is missing, proceed with the steps below.
Configure via vCenter UI
Open the vCenter UI and select an ESXi host.
Navigate to Configure → Advanced System Settings, then click Edit.
Use the filter icon next to the Key field and type loghost.
In the Value field, enter:
udp://syslog.server:514
(Replace syslog.server with the correct IP or FQDN of the syslog server. If using a custom port, update it accordingly.)
Click OK to save the changes.
Configure via ESXi CLI (Alternative Method)
You can also configure the remote syslog server using the ESXi CLI:
esxcli system syslog config set --loghost=<str>
esxcli system syslog reload
Verify Configuration
Run the following command to confirm the settings:
esxcli system syslog config get
For more information, refer to VMware’s documentation: Configuring Syslog on ESX