Character encoding

Logstash: "Received an event that has a different character encoding than you configured."
e.g. when trying to parse the character "ü"

Is there any way to get logstash to parse this character as "\xFC"? Logstash already recognizes the hex value for the character, so I would think that it can easily parse the data instead of throwing the log line away.

Thanks!

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.