I'm a newbie here and trying to setup APM server on Windows platform.
ElasticSearch and kibana both were setup already and when I am trying to install the APM server, I found below error when I check the APM server status.
"No APM Server detected. Please make sure it is running and you have updated to 7.0 or higher."
apm-server service is up and running and may I ask how can I troubleshoot this issue please?
Many thanks.
Hi @afan ,
have you configured the Elasticsearch url, username, password etc. in the apm-server.yml? I suggest to check the APM Server logs for any indicators about the server not being able to connect to Elasticsearch as a next step.
Can you try to send some sample data to the APM Server and see if they get ingested into Elasticsearch?
You could download an example request body from example-intake-events and then send it to the APM Server. Something along the lines of curl -H "Content-type: application/x-ndjson" -H "Authorization: Bearer <you-apm-server-secret-token>" --data-binary @request-body.ndjson <your-apm-server-url>/intake/v2/events.
@simitt sorry I am quite confused.
As I still do not have any APM agent has been setup right now, how can I sent those API intake to my APM server? I am lost in this step, thank you.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.