We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm unable to get this feature working on Solaris 11.4. The build is local.
The option is coded correctly and works on Linux:
<syslog_output> redacted 514 cef </syslog_output>
Error message: getaddrinfo: non-recoverable name resolution failure ossec-csyslogd(1216): ERROR: Unable to connect to 'redacted'.
The error appears to be from OS_Connect() in os_net.c
OS_Connect() appears to work for resolving and then opening a socket for mail: INFO: Connected to redacted at address redacted, port 25
Name resolution is working for both the syslog and SMTP servers.
I've tried both using both numeric addresses and hostnames.
The gcc version is 12.2.0.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'm unable to get this feature working on Solaris 11.4. The build is local.
The option is coded correctly and works on Linux:
<syslog_output>
redacted
514
cef
</syslog_output>
Error message:
getaddrinfo: non-recoverable name resolution failure
ossec-csyslogd(1216): ERROR: Unable to connect to 'redacted'.
The error appears to be from OS_Connect() in os_net.c
OS_Connect() appears to work for resolving and then opening a socket for mail:
INFO: Connected to redacted at address redacted, port 25
Name resolution is working for both the syslog and SMTP servers.
I've tried both using both numeric addresses and hostnames.
The gcc version is 12.2.0.
The text was updated successfully, but these errors were encountered: