logstash-plugins / logstash-codec-protobuf

Codec plugin for parsing Protobuf messages
Apache License 2.0
26 stars 16 forks source link

Retain original message in case of decoding errors #21

Closed IngaFeick closed 5 years ago

IngaFeick commented 6 years ago

The 1.1.0 version will log an error message in case a protobuf payload cannot be decoded, but the original data will be lost. This fix keeps the original message so that the user can debug the decoding failure.