1. Home
  2. Security Hardening
  3. DISA STIG VMware vSphere ESXi 6.5 V2R3
  4. ESXI-65-000030 – The ESXi host must produce audit records containing information to establish what type of events occurred.

ESXI-65-000030 – The ESXi host 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 select the ESXi Host and go to Configure >> System >> Advanced System Settings. Click Edit and select the Config.HostAgent.log.level value and configure it to ‘info’.

or

From a PowerCLI command prompt while connected to the ESXi host run the following commands:

Get-VMHost | Get-AdvancedSetting -Name Config.HostAgent.log.level | Set-AdvancedSetting -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: Audit and Accountability.This control applies to the following type of system VMware.

References

Source

Updated on July 16, 2022
Was this article helpful?

Related Articles