Logging stops when remote logging is enabled in nxlog CE 2.5.1089

Tags:

#1 chandrashekhark

Hi,

There was an issue in nxlog CE 2.5 edition, when remote and local logging both are enabled and for some reason if remote logging is stopped, both loggings are stopped, my understanding is that it has been fixed in latest edition, I would like to know exact versions in which it got fixed and does it fixed in CE or EE?

Error I am referring to in nxlog CE 2.5.1089 is as following: ERROR om_udp apr_socket_send failed Connection refused

Please let me know if it is fixed in CE subsequent versions and if yes, can you please provide exact version in which it got fixed, that would help.

In case of query, please do let me know.

Thanks, Chandrashekhar

#2 Zhengshi Nxlog ✓
#1 chandrashekhark
Hi, There was an issue in nxlog CE 2.5 edition, when remote and local logging both are enabled and for some reason if remote logging is stopped, both loggings are stopped, my understanding is that it has been fixed in latest edition, I would like to know exact versions in which it got fixed and does it fixed in CE or EE? Error I am referring to in nxlog CE 2.5.1089 is as following: ERROR om_udp apr_socket_send failed Connection refused Please let me know if it is fixed in CE subsequent versions and if yes, can you please provide exact version in which it got fixed, that would help. In case of query, please do let me know. Thanks, Chandrashekhar

I opened the ChangeLog.txt in the source code package (nxlog-ce-2.10.2150.tar.gz) and found the following:

  • 2014-07-19 2.8.1248
    om_udp would stop sending messages in some cases after logging "apr_socket_send failed;Connection refused", e.g. when graylog2 was not accepting udp packets. It should properly resume now.

Hopefully this was what you were looking for.