Information
Journald systemd-journal-upload supports the ability to send log events it gathers to a remote log host.
Storing log data on a remote host protects log integrity from local attacks. If an attacker gains root access on the local system, they could tamper with or remove log data that is stored on the local system.
Note: This recommendation only applies if journald is the chosen method for client side logging Do not apply this recommendation if rsyslog is used.
Solution
Run the following commands to unmask, enable and start systemd-journal-upload :
# systemctl unmask systemd-journal-upload.service
# systemctl --now enable systemd-journal-upload.service