I switched from normal IIS log to Advanced IIS log and have some trouble parsing a log entry correctly to my Elastic Search / Kibana Setup.
The problematic entry is the cs_cookie entry.
The entry for that value can be like this:
".ASPXANONYMOUS=lCoa4IyW0AEkAAAAMWQzM2Y3YTktZTE4MC00N2Q0LWFjNzEtMmQ3NzFlODk2ZDA50; DNNPersonalization=<profile><item key=""Usability:UserMode9"" type=""System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b766a5c561934e089""><string>VIEW</string></item></profile>"
So it contains multiple spaces and quotes. I used the grok debugger but couldn't find a solution, please advise me.