mozilla-services / heka

DEPRECATED: Data collection and processing made easy.
http://hekad.readthedocs.org/
Other
3.39k stars 530 forks source link

GELF Decoder does not follow specification #1834

Open tino opened 8 years ago

tino commented 8 years ago

Chunking, and most importantly, compression (gzip/zlib) is not implemented. That's problematic (at least for me) because the sources send compressed output.

Also, it took me quite a while to figure out what was the problem, as Heka does not output any helpful errors. (You can get at least an error when using the MultiDecoder around another decoder, but it isn't very specific)

xrl commented 8 years ago

@tino I have an open PR to address these problems: https://github.com/mozilla-services/heka/pull/1924. Please try it out and let me know what you think.