STIGUI
V-258907CAT II Medium severitySV-258907r960891_rule

The vCenter Server must produce audit records containing information to establish what type of events occurred.

Rule version VCSA-80-000034 · STIG v2 · 2026-05-23

Discussion

Without establishing what types of events occurred, it would be difficult to establish, correlate, and investigate the events leading up to an outage or attack.

Check

From the vSphere Client, go to Host and Clusters.

Select a vCenter Server >> Configure >> Settings >> Advanced Settings.

Verify the "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.

Fix

From the vSphere Client, go to Host and Clusters.

Select a vCenter Server >> Configure >> Settings >> Advanced Settings.

Click "Edit Settings" and configure the "config.log.level" setting 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 | Set-AdvancedSetting -Value info

Identifiers

Group ID
V-258907
Group title
SRG-APP-000095
Rule ID
SV-258907r960891_rule
Check ID
C-62647r934377_chk
Fix ID
F-62556r934378_fix