The HPE Nimble must configure a syslog server onto a different system or media than the system being audited.

Severity
Group ID
Group Title
Version
Rule ID
Date
STIG Version
mediumV-252203SRG-APP-000515-NDM-000325HPEN-NM-000300SV-252203r961860_rule2024-06-202
Description
Information stored in one location is vulnerable to accidental or incidental deletion or alteration. UDP is used to communicate between the array group and the syslog server (SSL is not supported at this time). This is an issue because DoD requires the use of TCP. One syslog message is generated for each alert and audit log message. Alert severity types include INFO, WARN, and ERROR.
ℹ️ Check
Type "group --info | grep -i syslog" and review the output lines. The "Syslogd enabled" value should be "Yes", and the "Syslogd server" and "Syslogd port" values should contain the correct syslog server and port values. If not, this is a finding.
✔️ Fix
To specify and enable logging of alerts, type "group --edit --syslog_enabled yes --syslog_server <server> --syslog_port <port>", where <server> and <port> are the server DNS name or IP address, and <port> is the port to send syslog messages to.