Hello Team,
I implemented java agent with spring boot application in docker
ELK-6.4.2
APM-Server-6.4.2
APM-Agent : 0.7.0
Java: 1.8.0_161
elasticapm.properties file:
          service_name=my-cool-service
          application_packages=org.example
          server_url=http://0.0.0.0:8200
          logging.log_level=DEBUG
          active=true
          instrument=true
When i start the apm-server it is Connection to backoff(elasticsearch(http://10.0.1.221:9200)) established,and one log file is visualized in kibana dashboard but No services were found.when i checked the docker logs it is showing like this
This is my springboot application:
please suggest me how to solve the issue
Thanks in advance,
Sri

