Information
The systemd-journal-remote package, provides the ability to both send logs to a remote hosts and receive incoming logs from another host. There are two services; systemd-journal-remote.socket and systemd-journal-remote.service that provide the functionality of receiving logs from a remote server, 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 it's operational boundary.
Solution
Run the following commands to stop and mask systemd-journal-remote.socket and systemd-journal-remote.service :
# systemctl stop systemd-journal-remote.socket systemd-journal-remote.service
# systemctl mask systemd-journal-remote.socket systemd-journal-remote.service