logstash_1 | [2018-11-26T23:28:20,771][WARN ][logstash.inputs.gelf ] Gelfd failed to parse a message skipping {:exception=>#<Gelfd::UnknownHeaderError: Could not find parser for header: [123, 34]>, :backtrace=>["/usr/share/logstash/vendor/bundle/jruby/2.3.0/gems/gelfd-0.2.0/lib/gelfd/parser.rb:14:in `parse'", "/usr/share/logstash/vendor/bundle/jruby/2.3.0/gems/logstash-input-gelf-3.1.1/lib/logstash/inputs/gelf.rb:212:in `udp_listener'", "/usr/share/logstash/vendor/bundle/jruby/2.3.0/gems/logstash-input-gelf-3.1.1/lib/logstash/inputs/gelf.rb:93:in `block in run'"]}
Apparently according to a google search, this is related to logstash expecting gelf to receive a compression (gzip).
My
logstash-logger
andlograge
setup:Here's what logstash say:
Apparently according to a google search, this is related to logstash expecting gelf to receive a compression (gzip).