SV-256378r958406_rule
V-256378
SRG-OS-000032-VMM-000130
ESXI-70-000004
CAT II
10
From the vSphere Client, go to Hosts and Clusters.
Select the ESXi Host >> Configure >> System >> Advanced System Settings.
Click "Edit". Select the "Syslog.global.logHost" value and configure it to a site-specific syslog server.
or
From a PowerCLI command prompt while connected to the ESXi host, run the following command:
Get-VMHost | Get-AdvancedSetting -Name Syslog.global.logHost | Set-AdvancedSetting -Value "<syslog server hostname>"
From the vSphere Client, go to Hosts and Clusters.
Select the ESXi Host >> Configure >> System >> Advanced System Settings.
Select the "Syslog.global.logHost" value and verify it is set to a site-specific syslog server.
Follow the conventions shown below:
udp://<IP/FQDN>:514
tcp://<IP/FQDN>:514
ssl://<IP/FQDN>:1514
Multiple servers can be specified when separated by commas.
or
From a PowerCLI command prompt while connected to the ESXi host, run the following command:
Get-VMHost | Get-AdvancedSetting -Name Syslog.global.logHost
If the "Syslog.global.logHost" setting is not set to a valid, site-specific syslog server, this is a finding.
V-256378
False
ESXI-70-000004
From the vSphere Client, go to Hosts and Clusters.
Select the ESXi Host >> Configure >> System >> Advanced System Settings.
Select the "Syslog.global.logHost" value and verify it is set to a site-specific syslog server.
Follow the conventions shown below:
udp://<IP/FQDN>:514
tcp://<IP/FQDN>:514
ssl://<IP/FQDN>:1514
Multiple servers can be specified when separated by commas.
or
From a PowerCLI command prompt while connected to the ESXi host, run the following command:
Get-VMHost | Get-AdvancedSetting -Name Syslog.global.logHost
If the "Syslog.global.logHost" setting is not set to a valid, site-specific syslog server, this is a finding.
M
5518