I have some truncated/broken json input, such as
{"@version":"1","logger_name":"foo","message":"a truncate field
I known this json have lost the valid ending, how to configure logstash deal with such broken json? My goal is processing the previous two filed correctly, and the last message field have the value "a truncate field".