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.3.1
Elasticsearch version:
7.3.1
APM Server version:
7.3.1
APM Agent language and version:
elastic-apm-agent-1.9.0.jar
Browser version:
Firefox version 69
Original install method (e.g. download page, yum, deb, from source, etc.) and version:
deb
Fresh install or upgraded from other version?
Fresh install
Is there anything special in your setup?
Simple setup, I need to see how I can monitor tomcat application server using APM
My elasticsearch server, kibana, apm server works fine, did the necessary changes in catalina.sh
CATALINA_OPTS="$JPDA_OPTS $CATALINA_OPTS"
export CATALINA_OPTS="$CATALINA_OPTS -javaagent:/home/itsupport/elastic-apm-agent-1.9.0.jar"
export CATALINA_OPTS="$CATALINA_OPTS -Delastic.apm.service_name=my-tomcat"
export CATALINA_OPTS="$CATALINA_OPTS -Delastic.apm.application_packages=org.example,org.another.example"
export CATALINA_OPTS="$CATALINA_OPTS -Delastic.apm.server_urls=http://localhost:8200"
I have kept the "elastic-apm-agent-1.9.0.jar" , in the correct location as specified
My Issue
my APM client not connecting to the APM server, or I am not aware on which logs to check for APM client .
On the kibana server I am getting message
No data has been received from agents yet, while checking for agent status
Request guidance on trouble shooting the apm client part for tomcat,
Thanks
Joseph John