Hi All,
I have followed the step below for APM configuration,
- Download the APM Server Windows zip file from the Download page.
- Extract the contents of the zip file into
C:\Program Files
. - Rename the
apm-server-7.1.0-windows
directory toAPM-Server
- Run the ".\install-service-apm-server.ps1"
- Configured the credentials in the
apm-server.yml
config file - Download the agent jar from Maven Central. Do not add the agent as a dependency to your application.
- then need to configured the below step:
java -javaagent:/path/to/elastic-apm-agent-.jar
-Delastic.apm.service_name=my-application
-Delastic.apm.server_url=http://localhost:8200
-Delastic.apm.secret_token=
-Delastic.apm.application_packages=org.example
-jar my-application.jar
So where do I add/configure this line for getting the APM feature in kibana console,
Thanks,
Nagaraj,