SV-258800r959010_rule
V-258800
SRG-OS-000480-VMM-002000
ESXI-80-000246
CAT II
10
From an ESXi shell, run the following command:
# esxcli system syslog config logfilter set --log-filtering-enabled=false
or
From a PowerCLI command prompt while connected to the ESXi host, run the following commands:
$esxcli = Get-EsxCli -v2
$arguments = $esxcli.system.syslog.config.logfilter.set.CreateArgs()
$arguments.logfilteringenabled = $false
$esxcli.system.syslog.config.logfilter.set.invoke($arguments)
From an ESXi shell, run the following command:
# esxcli system syslog config logfilter get
or
From a PowerCLI command prompt while connected to the ESXi host, run the following commands:
$esxcli = Get-EsxCli -v2
$esxcli.system.syslog.config.logfilter.get.invoke()
If "LogFilteringEnabled" is not set to "false", this is a finding.
V-258800
False
ESXI-80-000246
From an ESXi shell, run the following command:
# esxcli system syslog config logfilter get
or
From a PowerCLI command prompt while connected to the ESXi host, run the following commands:
$esxcli = Get-EsxCli -v2
$esxcli.system.syslog.config.logfilter.get.invoke()
If "LogFilteringEnabled" is not set to "false", this is a finding.
M
5562