Not able to see APM log on Kibana Cloud dashboard

Hi Team,

We have configured elastic APM Agent with our asp.net application successfully.
We have add below configuration in our web.config file:

<modules> <add name="ElasticApmModule" type="Elastic.Apm.AspNetFullFramework.ElasticApmModule, Elastic.Apm.AspNetFullFramework" /> </modules>

in app settings we have added below keys:
<add key="ElasticApm:ServerUrl" value="https://xxx-axxx.apm.xxx.azure.elastic-cloud.com" />' <add key="ElasticApm:SecretToken" value="ntCgzxxxiUNs" />

And in application start I have added below code
var agentComponents = ElasticApmModule.CreateAgentComponents();
Agent.Setup(agentComponents);
My application is working fine with the above configuration, but I am not able to see any log-related inputs in the Kibana log or dashboard. Just wanted to know that do we need any other settings to display these performance logs for the application on Kibana?

Please help me ASAP.

Hi Team,

Any suggestion for the above query?

Hi @Sharma3007

What you set up is APM not logging (just being clear)

First are you using a supported version see here

If the Agent is working correctly you should see Transactions in Kibana in the APM App under Observability and you can Also Check by going to Discover and set the index pattern to apm-*

If you do not see data there got to your .Net app restart it and look at it's start up logs you should see log messages there from the agent , look for errors.

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