vSphere vCenter
Default settings do not include a syslog forwarder for auditd on vCenter.
The logs reside in /var/log/audit/* and are included in a full log bundle for an initial look, but forwarding can be enabled:
vim /etc/vmware-syslog/vmware-services-auditd.confinput(type="imfile" File="/var/log/audit/audit.log" Tag="suditid" Severity="info" Facility="local0" deleteStateOnFileDelete="on"reopenOnTruncate="on")systemctl daemon-reloadsystemctl restart rsyslogThese changes should now stream the '/var/log/audit/audit.log' file to the remote server configured.
See "Collecting Log Files" for more info.
See "Forward vCenter Server Log Files to Remote Syslog Server"
*Note it is not currently possible to send a specific facility to one log server, and another to another. All facilities that are enabled are sent to all configured remote syslog servers. Filtering must be done on the receiving side.