APM Insight agent log paths

APM Insight agent log paths

Folder path to view .NET agent logs

.NET agent logs can be found only in the common application folder in Windows (usually under C:\ProgramData\ from Vista onwards, which is a hidden folder).
Check the following folder paths:
For agents v2.5.4 and above:
C:\ProgramData\DotNetAgent\AgentLogs\
For agents below v2.5.4:
For 64-bit: C:\ProgramData\DotNetAgent\x64\AgentLogs\ 
For 32-bit: C:\ProgramData\DotNetAgent\x86\AgentLogs\

Folder path to view Java agent logs

By default, Java agent logs are created in the same directory where the user placed the JAR agent file. The location of the logs is configurable in the apminsight.conf file.

Folder path to view Ruby agent logs

Ruby agent log files are created in the application's log directory, <APP_HOME>/logs. The location of the logs is configurable in the apminsight.conf file.

Folder path to view PHP agent logs

By default, PHP agent logs are found in the following paths:
  1. Linux: /opt/zpa/logs
  2. Windows (32-bit): C:\Program Files\APM Insight PHP Agent\zpa\logs
  3. Windows (64-bit): C:\Program Files (x86)\APM Insight PHP Agent\zpa\logs
If the agent was installed manually, the agent logs will be created inside the zpa directory of the respective installation. 

Folder path to view Node.js agent logs

By default, Node.js agent logs are created inside the apminsightdata folder, which is located in the current working directory of your application. You can configure your own directory for your agent logs.
Check the following folder path:
apminsightdata\logs
                  New to ADManager Plus?

                    New to ADSelfService Plus?

                      • Related Articles

                      • Uninstrumented Block of Code - APM Insight

                        In the traces tab --> Slowest Method Calls and Count we show if you find Un-instrumented block of code the reason is as follows: Basically, What is un-instrumented block of code in APM Insight? By default, APM Insight agent monitors known frameworks ...
                      • Self monitor Applications Manager using APM Insight Java Agent

                        Applications Manager is built with Java, hence we can monitor it using APM Insight Java Agent to measure it's performance continuously, which can be very much useful. Setting up APM Insight Java Agent Follow the below steps to download and set up the ...
                      • How to rename an existing APM - Java agent application's monitor?

                        In Applications Manager's APM(Application Performance Monitoring) doesn't support renaming applications/monitors from the web client. However, the application name of an existing application instance can be renamed in the `apminsight.conf` file and ...
                      • APM Insight Troubleshooting - FAQs

                        Monitor Addition - FAQs 1. How to add an APM Insight Monitor? After you deploy the APM Insight agent in your Application Server with suitable Applications Manager credentials in the apminsight.conf file, APM Insight monitors will automatically be ...
                      • APM Insight Java agent setup in K8s via Persistent Volumes

                        Prerequisites 1. A persistent volume (with a capacity of 100mb). 2. The persistent volume mounted on all deployment pods (via persistent volume claim). 3. The Applications Manager APM Insight Java agent zip file was downloaded, moved, and extracted ...