Hi Team,
I have successfully configured APM-server and Agent status says "Data successfully received from 1 or more agents" but when I launch APM there are no records.
I have tried running query in dev tools {screenshot of output attached}
I even tried running below command in elasticsearch
[kxdesu_admin@mbiazelkdynatrace ~]$ curl http://10.129.50.140:8200
{
"build_date": "2020-06-14T17:10:16Z",
"build_sha": "06c58bf4e5b675d04314bf44961ffd6b0e13f544",
"version": "7.8.0"
}
I am running below command to start the microservice "java -javaagent:/home/kxdesu_admin/elastic-apm-agent-1.0.1.jar -Delastic.apm.config_file=~/apm.properties -jar /home/e-servicing-apps/POC/configs/SR/SRManagement-0.0.1-SNAPSHOT.jar --spring.config.location=/home/e-servicing-apps/POC/configs/SR/application.yml" and my apm.properties file contain "
server_urls=http://10.129.50.140:8200
service_name=SRManagement
log_level=DEBUG
application_packages=com.manipalcigna "
can you please help me with this