gemnasium / logrus-graylog-hook

Graylog hook for logrus
MIT License
87 stars 63 forks source link

DTLS support? #48

Open ptman opened 4 years ago

ptman commented 4 years ago

To send logs encrypted

gravis commented 4 years ago

Merge requests are welcome :)

drzraf commented 4 years ago

I believe that would have to be supported server-side first. There are some "lightweight DTLS proxy", but DTLS implies handshake. But no asymmetric crypto is actually needed (https://github.com/Graylog2/graylog2-server/issues/8218)