graygelf icon indicating copy to clipboard operation
graygelf copied to clipboard

A complete GELF client, server, and proxy for Graylog

Results 5 graygelf issues
Sort by recently updated
recently updated
newest added

"graygelf": "2.0.0" Doesn't listen to plaintext UDP JSON gelf messages (for example from nginx). Only works for compressed UDP gelf messages (for example from docker containers).

Hello, impossible to bind on ipv6 regards, Nicolas server.listen(16343,'[fd00:0:5d80:0:c23f:d5ff:fe6f:ec58]')

Graygelf depends on microtime, which stucks in an endless loop during package installation with node 8. See: https://github.com/wadey/node-microtime/issues/55

On the server side it would be interesting to know from where the packets arrive. The UDP socket provides this details, but the message processing ignores this info.

Version: 2.0.0 I am using this package in my app and sometimes some logs does not show up in Graylog. For example, if I have 5 outputted logs in the...