Open nostrebor opened 8 years ago
This may be related to https://github.com/logstash-plugins/logstash-filter-csv/issues/34
I also have same case. Removing the \r from line end solved my problem.
mutate {
gsub => [
"message", "\r$", ""
]
}
The mutiline codec is successfully tagging lines as multiline, but logstash-csv is only capturing the non-concatenated input. For example, with the message
The message would resolve to
Hi,TestSettings {
rather thanHi,TestSettings{ ex=1;}.