Fairly new to Umbraco and am using version 8, can anyone help me / push me in the right direction on how to configure Application Insights to work with Umbraco's internal Logging.
I'd like to be able to see all Logs that created pushed through to app insights
Check the configuration of the package and try to 'translate' it to the XML configuration if you need something else, but that should give you a start ;)
Hi Sean. Were you able to get this to work? For example, how did you configure the instrumentation key and/or connection string so it knows which appinsights instance to write to?
Serilog to App Insights?
Hey,
Fairly new to Umbraco and am using version 8, can anyone help me / push me in the right direction on how to configure Application Insights to work with Umbraco's internal Logging.
I'd like to be able to see all Logs that created pushed through to app insights
To push Umbraco log messages from serilog to App Insights you need to use the correct "sink".
You can find the package for the sink here: https://www.nuget.org/packages/Serilog.Sinks.ApplicationInsights/
And the documentation here: https://github.com/serilog/serilog-sinks-applicationinsights
Hi Sean, were you able to implement this? Can you post some learnings.
You need to install the nuget that Dave said. Then you have to configure it in the '~/config/serilog.user.config' as:
Check the configuration of the package and try to 'translate' it to the XML configuration if you need something else, but that should give you a start ;)
Hi Sean. Were you able to get this to work? For example, how did you configure the instrumentation key and/or connection string so it knows which appinsights instance to write to?
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.