Issue with encoding french sysmon events

View thread

mldi
Hello All, I have an issue with sysmon logs. When they contain characters "è" like on word "système" nxlog convert it to "Syst�me". Could you please tell me how I can resolve this issue ? I've already tested the instructions bellow, but I always have an issue ```xml Module xm_charconv AutodetectCharsets iso8859-1, utf-8, utf-16, utf-32 Exec convert_fields("auto", "utf-8"); ``` Best regards,