Folder path to view the Node.js agent logs

Folder path to view the Node.js agent logs

By default, the logs generated by the Node.js agent are stored in the apminsightdata folder, which resides in your application's current working directory. The log files can be found at:
<app-path>\apminsightdata\logs
If you would like to customize the destination directory for your agent's logs, you can do so by referring to this help page.

                  New to ADSelfService Plus?

                    • Related Articles

                    • 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 ...
                    • Folder path to view the .NET Core agent logs

                      The logs of the .NET Core agent can be found at the destination that was configured during the agent installation. E.g ./InstallAgent.ps1 -Destination "G:\.NET_Core_Agent" -InstallType "local" -LicenseKey ...
                    • Method to upgrade Node Js Agent

                      Manual upgrade from user terminal: To upgrade the APM Insight Node.js agent, follow these instructions: Stop the Node.js application. Access the node package manager (NPM). Navigate to the application root directory of the application for which you ...
                    • How to add an APM Insight Node.js agent in Kubernetes via InitContainers?

                      To integrate the APM Insight Node.js agent into your Kubernetes applications using InitContainers, follow the steps given below: Step 1: Create an empty volume that will be used to copy the agent files during the initContainers process. Example: ...
                    • How to set the PHP path during agent installation?

                      This is only applicable to the agent versions 4.2 and above. For Linux Step 1: Download the installation script. wget -O InstallAgentPHP.zip https://www.manageengine.com/products/applications_manager/54974026/InstallDataExporter.zip && unzip ...