logstash-plugins / logstash-output-websocket

Apache License 2.0
5 stars 13 forks source link

Codec not considered #13

Open guenhter opened 5 years ago

guenhter commented 5 years ago

output { websocket { port => 8080 codec => line { format => "test"} } stdout { codec => line { format => "test"} } }



- Steps to Reproduce:
Post a message: 
* The stdout gets results in "test" but the websocket output results in a full output with all the builderblate tags like version, time, ...
stevenklassen8376 commented 5 years ago

I would also be interested in seeing this get fixed.