The AppLogs agent automatically discovers and uploads your server and application logs to Site24x7. Site24x7's AppLogs agent comes installed with the
Site24x7 Full-Stack agent, you can also manually install or reinstall the AppLogs agent by following the instructions below:
Steps to validate checksum for Windows servers
- Open Command Prompt from your Windows machine.
- Execute the following command:
For 32-bit: certutil -hashfile applog_windows32.zip SHA256
For 64-bit: certutil -hashfile applog_windows64.zip SHA256 - Download the checksum file based on your architecture (64-bit | 32-bit).
Verify if the value returned in the Command Prompt and the value in the downloaded checksum file are the same.
Steps to validate the checksum for Linux servers
- Open the Terminal from your Linux machine.
- Execute the following command:
For 32-bit: sha256sum applog_linux32.zip
For 64-bit: sha256sum applog_linux64.zip
For Cross-Platform: sha256sum applog_source_agent.zip - Download the checksum file based on your architecture (64-bit | 32-bit | Cross-Platform).
Verify if the value returned in the Terminal window and the value in the downloaded checksum file is the same.