heroku / logplex

[DEPRECATED] Heroku log router
Other
981 stars 96 forks source link

Are Syslog UDP Drains Fully Supported? #228

Closed blaskovicz closed 4 years ago

blaskovicz commented 6 years ago

I've created a channel with 3 tokens (eg - name: "someapp", token: "t.some-uuid") and a single drain of the form udpsyslog://<hostname>:<port> and have netcat running, listening for udp logs (while true; do nc --telnet --verbose --udp -l -p <port>; done).

When I log to this channel using the token, I see nothing in netcat. Also, I see no udp/tcp traffic when looking running tcpdump on the port (sudo tcpdump -i any port <port>-A). If, instead, I have netcat running in tcp mode (the default) and create a regular syslog:// or http:// drain, I see log traffic immediately.

I'm using a rather old version of Logplex (v89), but I'm unsure if the udp-specific changes since then would solve this issue.

Thanks for taking a look!

agnaite commented 4 years ago

closing as this project is no longer maintained.