You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am just about to migrate from logstash-forwarder to log-courier but experiencing encoding issues with UTF-8 characters which are not part of the ASCII subset, to be more specific with German umlauts.
In a very simple setup I am running both shippers (logstash-forwarder 0.3.1 and log-courier 0.11) on the very same machine as logstash 1.4.2. While the same test string "Pufferüberlauf" (German for "buffer overflow") is processed correctly by the logstash-forwarder, with log-courer the umlaut "ü" gets replaced by "??".
rubydebug output written by Logstash for the logstash-forwarder input:
I am just about to migrate from logstash-forwarder to log-courier but experiencing encoding issues with UTF-8 characters which are not part of the ASCII subset, to be more specific with German umlauts.
In a very simple setup I am running both shippers (logstash-forwarder 0.3.1 and log-courier 0.11) on the very same machine as logstash 1.4.2. While the same test string "Pufferüberlauf" (German for "buffer overflow") is processed correctly by the logstash-forwarder, with log-courer the umlaut "
ü
" gets replaced by "??
".rubydebug output written by Logstash for the logstash-forwarder input:
rubydebug output written by Logstash for the log-courier input:
The text was updated successfully, but these errors were encountered: