SV-216858r612237_rule
V-216858
SRG-APP-000474
VCWN-65-000036
CAT III
10
From the vSphere Web Client go to Host and Clusters >> Select a vCenter Server >> Configure >> Settings >> Advanced Settings. Click "Edit" and edit the "config.log.level" setting to "info" or if the value does not exist create it by entering the values in the "Key" and "Value" fields and clicking "Add".
or
From a PowerCLI command prompt while connected to the vCenter server run the following command:
If the setting already exists:
Get-AdvancedSetting -Entity <vcenter server name> -Name config.log.level | Set-AdvancedSetting -Value info
If the setting does not exist:
New-AdvancedSetting -Entity <vcenter server name> -Name config.log.level -Value info
From the vSphere Web Client go to Host and Clusters >> Select a vCenter Server >> Configure >> Settings >> Advanced Settings. Verify that "config.log.level" value is set to "info".
or
From a PowerCLI command prompt while connected to the vCenter server run the following command:
Get-AdvancedSetting -Entity <vcenter server name> -Name config.log.level and verify it is set to "info".
If the "config.log.level" value is not set to "info" or does not exist, this is a finding.
V-216858
False
VCWN-65-000036
From the vSphere Web Client go to Host and Clusters >> Select a vCenter Server >> Configure >> Settings >> Advanced Settings. Verify that "config.log.level" value is set to "info".
or
From a PowerCLI command prompt while connected to the vCenter server run the following command:
Get-AdvancedSetting -Entity <vcenter server name> -Name config.log.level and verify it is set to "info".
If the "config.log.level" value is not set to "info" or does not exist, this is a finding.
M
4030