invalid UTF-8 label value - Missing codec in config file
Our log files are written in ASCII and can contain special chars like äöu in german speaking. I searched for a possibility to set the coded in config.yml like in logstash config file:
codec => json { charset => "ASCII-8BIT" }
Is this possible to add to the config.yml?
Hi, sorry for the late reply. Currently grok_exporter with special characters works only with UTF-8 encoding (because of this). If you use UTF-8 it should work. If you use another encoding, please tell me which one so I can try and make this configurable.
No problem. I've found another solution to kick away the non printable chars with a REGEX. So for the moment my problem is solved... buuut it would be nice to have the possibility to set the encoding in the config file... but no priority for this....