logstash-plugins / logstash-input-dead_letter_queue

Logstash's Dead Letter Queue Input

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

codec extension is not supported

lukewaite opened this issue · comments

The dead_letter_queue plugin doesn't make any calls to @codec.decode(), so we can't use any custom codecs with this input.

Unless there's something I'm unaware of in logstash-core that routes events through their specified codec?

The message is converted to Map, which is not the expected behaviour in malformed messages...