Hi team,
I am trying to set up elastic APM for elastic search application monitoring , and I am getting the below error
[elastic-apm-server-reporter] INFO co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Backing off for 36 seconds (+/-10%)
2021-08-06 18:44:54,273 [elastic-apm-remote-config-poller] ERROR co.elastic.apm.agent.configuration.ApmServerConfigurationSource - access denied ("java.net.SocketPermission" "localhost:8200" "connect,resolve")
Does the elastic APM allow us to monitor the elastic search Application ?
I have configured the java agent in the elastic version 6.8 for monitoring access logs .
I have used the below JVM args
-javaagent:C:\Users\HP\Downloads\elasticsearch-6.8.0\elasticsearch-6.8.0\agent\elastic-apm-agent-1.25.0.jar
-Delastic.apm.service_name=my-cool-service1
-Delastic.apm.application_packages=org.elasticsearch,org.apache
-Delastic.apm.server_url=http://localhost:8200
Kibana version:"7.14.0"
Elasticsearch version:"7.14.0"
APM Server version:7.14.0"
APM Agent language and version:JAVA , 1.25.0
Browser version: Chrome 92.0.4515.107
Original install method (e.g. download page, yum, deb, from source, etc.) and version: Followed the steps mentioned in the elastic site for windows