fluent-plugins-nursery / fluent-plugin-remote_syslog

Fluentd plugin for output to remote syslog serivce (e.g. Papertrail)
https://github.com/dlackty/fluent-plugin-remote_syslog
MIT License
68 stars 53 forks source link

UTF-8 vs ISO8859-1 #11

Closed flaviotorres closed 1 year ago

flaviotorres commented 8 years ago

Hi,

I'm trying to send ISO format file using your plugin, it seems fluentd can't handle this format file as:

2016-08-19 12:14:44 -0300 [warn]: source sequence is illegal/malformed utf-8, ignored error_class=JSON::GeneratorError tag="logs" record="{\"message\"=>\"19-08-2016 12:13:52 Atualizando o status para Em Prepara\xE7\xE3o\"}

It should be: "para Em preparação"

Is there any way to set my format using your plugin?

Thank you!