25 Jul 2024
05:49 AM
- last edited on
17 Dec 2025
01:48 PM
by
MaciejNeumann
I am using Serilog with Dynatrace sink for my Application logs. I have configured Serilog Logger and also the Dynatrace settings and run application but unable to see the logs in Logs and events.
{
"Name": "Dynatrace",
"Args": {
"accessToken": "XXXXXXXXXXxXXXXX",
"ingestUrl": "https://{environmentid}.live.dynatrace.com/api/v2/logs/ingest"
}
}
I was expecting that using accesstoken and ingestUrl the application logs will be added in Dynatrace log and event using Dynatrace API.
What am I missing?
Thanks
Pankaj
29 Sep 2025 04:32 PM
Can you confirm that the Serilog .net framework is 2.9 or higher? More information can be found here: https://docs.dynatrace.com/docs/shortlink/lma-log-enrichment#example-of-manually-enriching-net-seril...
Featured Posts