What Grok pattern will be?

what should grok pattern will be of this log?

log sample
2020-10-16 16:53:17.4009 [57244] ERROR Microsoft.AspNetCore.Diagnostics.DeveloperExceptionPageMiddleware 192.168.43.244 bvarsur@gmail.com http://localhost/Transactions POST 1dfae3d2-258d-42d4-802e-c39a751574e3 An unhandled exception has occurred while executing the request.FinanceAPI.Execptions.InvalidDataException

log layout
${longdate} [${processid}] ${uppercase:${level}} ${logger} ${aspnet-Request-Ip} ${aspnet-item-variable=userEmail} ${aspnet-request-url} ${aspnet-request-method} ${aspnet-item:variable=UserId} ${message}${exception:format=tostring,Stacktrace}"

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.