IIS logs containing quotes are not processing

Tags:

#1 Deleted user

Hello,

I have some IIS logs that contain a single " and I am getting errors when I try to use parse_csv saying the data is invalid csv input. As soon as I take out the single ", the log sends fine.

What can I do to resolve this issue?

#2 Zhengshi Nxlog ✓
#1 Deleted user
Hello, I have some IIS logs that contain a single " and I am getting errors when I try to use parse_csv saying the data is invalid csv input. As soon as I take out the single ", the log sends fine. What can I do to resolve this issue?

How is your config set up? The default W3C format used on IIS should be able to be parsed with parse_csv() as showing in the manual.
https://nxlog.co/documentation/nxlog-user-guide/iis.html

If you could link the config and the offending event line, it may help.