If you are asking about a problem you are experiencing, please use the following template, as it will help us help you. If you have a different problem, please delete all of this text
Kibana version:
7.5
Elasticsearch version:
7.5 APM Server version:
7.6 APM Agent language and version: ASP.NET MVC (Classic) FrameWork Version 4.7.03062
Description of the problem including expected versus actual behavior. Please include screenshots (if relevant):
Not seeing any transaction or error from IIS ASP.NET MVC framework after configured elastic APM.
Blow are to configuration in web.config
Tried to web site to get Transaction, but it is not showing.
Ok, so, one idea could be to move the agent logs into serilog. You can configure this in the Application_Start method. Here is an example for that.
So basically you'll need to implement the IApmLogger interface - this is an example of that for NLog - and then in the Application_Start you need to set AgentDependencies.Logger to your implementation of IApmLogger which directs logs to serilog. From that point the agent will write all the logs to serilig.
What that we'll see the agent logs and hopefully we'll know what's the issue here.
Perfect, thanks @pvssraju - ideally the logs will already show the root cause - I expect some connection issue between the APM Server and the agent; of course this is just speculation, the logs will tell us what really happens.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.