logstash-plugins / logstash-filter-kv

Apache License 2.0
17 stars 42 forks source link

New issue in logstash-filter-kv-4.1.1, #63

Closed LiuHarry1 closed 5 years ago

LiuHarry1 commented 6 years ago

I have below new issue which seems to be introduced by the change in logstash-filter-kv-4.1.1, kv { field_split => "\|" } Below message is log message type=[emc]|cause=[key is good]|flag=[P]|msg=[asdf ffff= ddd=] then it will convert to below json message: "cause": "key is good", "msg":"[asdf" "ffff=":"ddd=]"

Expected result is "cause": "key is good", "msg":"[asdf\nffff=\nddd=]"

colinsurprenant commented 6 years ago

Thanks for the report @LiuHarry1 Version 4.1.2 was released since your comment - could you please rerun you test on the latest version to make sure it is still a problem?

colinsurprenant commented 5 years ago

Closing. Please feel free to reopen if needed.