mattwcole / gelf-extensions-logging

GELF provider for Microsoft.Extensions.Logging
MIT License
109 stars 42 forks source link

Doesn't work with (the GELF input plugin for) Logstash #22

Closed beorn247 closed 6 years ago

beorn247 commented 6 years ago

It seems the Logstash Gelf input plugin only handles compressed Gelf which this library doesn't support (as far as I can tell). The readme, however, mentions that it can be used for sending logs to Logstash. Could the readme describe which input plugin to use with Logstash?

beorn247 commented 6 years ago

Never mind, I found the UdpCompressionThreshold option by browsing the source now.

mattwcole commented 6 years ago

Thanks for pointing this out, I should add a section about this to the readme.