Hi Community,
Wazuh Manager is refusing Rsyslog connection. Following are the errors that I am facing from my Rsyslog :
Sep 29 10:53:12 ip-172-31-93-42 rsyslogd[14935]: cannot connect to 192.168.1.150
:514: Connection refused [v8.2001.0 try https://www.rsyslog.com/e/2027 ] Sep 29 10:53:12 ip-172-31-93-42 rsyslogd[14935]: action 'action-0-builtin:omfwd' suspended (module 'builtin:omfwd'), retry 0. There should be messages before this one giving the reason for suspension. [v>
Sep 29 10:53:12 ip-172-31-93-42 rsyslogd[14935]: cannot connect to 192.168.1.150
:514: Connection refused [v8.2001.0 try https://www.rsyslog.com/e/2027 ] Sep 29 10:53:12 ip-172-31-93-42 rsyslogd[14935]: action 'action-0-builtin:omfwd' suspended (module 'builtin:omfwd'), next retry is Thu Sep 29 10:53:42 2022, retry nbr 0. There should be messages before t>
Sep 29 10:59:10 ip-172-31-93-42 rsyslogd[14935]: cannot connect to 192.168.1.150
:514: Connection refused [v8.2001.0 try https://www.rsyslog.com/e/2027 ] Here's my Wazuh syslog configuration :
<remote>
<connection>syslog</connection>
<port>514</port>
<protocol>tcp</protocol>
<allowed-ips>192.168.1.141/32</allowed-ips>
<local_ip>127.0.0.1</local_ip>
</remote>
I am unable to understand why Wazuh is refusing the communication, I have disabled firewall on both the machines.
still something is blocking the communication.
