You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using http input combined with protobuf codec I receive following error: [WARN ][logstash.codecs.protobuf ] Couldn't decode protobuf: #<ProtocolBuffers::DecodeError: too many bytes when decoding varint>.
with other proto Couldn't decode protobuf: #<ProtocolBuffers::DecodeError: invalid message>
Tested with the very basic unicorn.proto from here, I receive error message above when using the protobuf codec with http input.
With tcp input everything works fine.
#!/usr/bin/env ruby# Generated by the protocol buffer compiler. DO NOT EDIT!require'protocol_buffers'moduleAnimal# forward declarationsclassUnicorn < ::ProtocolBuffers::Message;endclassUnicorn < ::ProtocolBuffers::Messageset_fully_qualified_name"Animal.Unicorn"optional:string,:colour,1optional:int32,:horn_length,2optional:int64,:last_seen,3endend
When using http input combined with protobuf codec I receive following error:
[WARN ][logstash.codecs.protobuf ] Couldn't decode protobuf: #<ProtocolBuffers::DecodeError: too many bytes when decoding varint>.
with other proto
Couldn't decode protobuf: #<ProtocolBuffers::DecodeError: invalid message>
Tested with the very basic unicorn.proto from here, I receive error message above when using the protobuf codec with http input.
With tcp input everything works fine.
tcp.conf:
http.conf:
unicorn.pb.pb.rb:
unicorn.bin (base64):
Input to logstash is done by:
The text was updated successfully, but these errors were encountered: