Information
rsyslog supports the ability to receive messages from remote hosts, thus acting as a log server. Clients should not receive data from other hosts.
If a client is configured to also receive data, thus turning it into a server, the client system is acting outside its operational boundary.
Note: This recommendation only applies if rsyslog is the chosen method for client side logging. Do not apply this recommendation if systemd-journald is used.
Solution
Should there be any active log server configuration found in the auditing section, modify those files and remove the specific lines highlighted by the audit. Verify none of the following entries are present in any of /etc/rsyslog.conf or /etc/rsyslog.d/*.conf
advanced format
module(load="imtcp")
input(type="imtcp" port="514")
deprecated legacy format
$ModLoad imtcp
$InputTCPServerRun
Restart the service:
# systemctl restart rsyslog