Folder path to view One agent logs
One agent logs can be found only in the common application folder in Windows (usually under C:\ProgramData from Vista onwards).
Check the following folder path in Windows:
C:\ProgramData\Site24x7APMOneAgent\Logs
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.3 and above:
C:\ProgramData\DotNetAgent\AgentLogs\
For agents below v2.3:
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:
- Linux: /opt/zpa/logs
- Windows (32-bit): C:\Program Files\APM Insight PHP Agent\zpa\logs
- 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
Related Articles
How to add APM Insight Java agent without application restart?
In general, after installing the APM Insight Java agent, you have to restart your application for the agent to capture monitoring data. But in case of critical issues in the app, like sudden application slowness, where you haven't installed APM ...
How to retrieve logs from different Site24x7 monitors
The log location varies with different agents and monitors. View a consolidated list here: Site24x7 Server Monitoring agent Monitor or module OS Directory, path, or command Detailed reference Server Monitoring Agent Windows Installation directory ...
What does Java agent troubleshooting operation do and what are the additional arguments that can be given?
Troubleshooting operation will perform the below mentioned checks: Checks whether agent directory has read/write operations Checks whether apminsight.conf has license key mentioned Checks whether agent state, unmanaged, deleted or managed Checks ...
How to rename an APM Insight application?
Site24x7 APM Insight 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 the agent associated with that instance will ...
How to upgrade the APM Insight Java agent to the latest version that supports Java 6 and 7?
Java agent version 5.7.0 and above deprecates support for Java applications running on Java 6 and 7. Please see this community post for more details. If you don't want to upgrade to Java 8, you can stick with Java 6 or 7. Since Java agent version ...