1. Home
  2. Security Hardening
  3. DISA STIG VMware vSphere VCenter 6.5 V2R2
  4. VCWN-65-000036 – The vCenter Server for Windows must produce audit records containing information to establish what type of events occurred.

VCWN-65-000036 – The vCenter Server for Windows must produce audit records containing information to establish what type of events occurred.

Details

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.

Solution

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 -Name config.log.level | Set-AdvancedSetting -Value info

If the setting does not exist:
New-AdvancedSetting -Entity -Name config.log.level -Value info

Supportive Information

The following resource is also helpful.

This security hardening control applies to the following category of controls within NIST 800-53: System and Information Integrity.This control applies to the following type of system VMware.

References

Source

Updated on July 16, 2022
Was this article helpful?

Related Articles