Re: [nxlog-ce-users] Multi-line message with a different encoding.

2013-11-28 Thread Botond Botyanszki
Hi, Conversion should happen as early as possible, so the multiline extension instance would be the place. Unfortunately both the xm_multiline and the default linebased parser are expecting single by CR or CRLF. Another ugly temporary solution could be to define the HeaderLine as a hex bytestrin

[nxlog-ce-users] Multi-line message with a different encoding.

2013-11-27 Thread Mitzimberg, Justin
MSSQL error logs are encoded in UCS-2LE and some events are multi-line. I attempted the following: Modulexm_multiline HeaderLine/^\d\d\d\d-\d\d-\d\d/ Moduleim_file File "C:\Path\To\MSSQL\ERROLOG" InputType mssql_multiline