Documentation Index

Fetch the complete documentation index at: https://support.perimeter81.com/llms.txt

Use this file to discover all available pages before exploring further.

Important Notice: This Perimeter 81 documentation site is being deprecated and will be permanently removed on July 26, 2026.

Please use the latest Check Point Documentation Portal for current product documentation and updates. Access the Check Point Documentation Portal

Manual log collection

Prev Next

How to manually collect Logs in case the automatic collection encounters an issue

In case the automatic log collection tool fails, you can manually collect and send logs using the following dedicated scripts for each operating system:



Windows

  1. Right-click Windows PowerShell and click Run as administrator.
  2. Run:
    Invoke-Expression ((New-Object System.Net.WebClient).DownloadString('https://supportbucketshare.s3.us-east-1.amazonaws.com/Custom+Scripts/Log+Collector/Log+Collector+PS.ps1'))
  3. When prompted, enter Y. If support requests extended logs, enter Y again.
    Note - Enable extended logs only if instructed by support, as they are significantly larger.
  4. Once the script completes, an Explorer window opens with the log files. The logs are saved in:
    C:\Users\Public\Harmony SASE Logfiles

  5. Submit the required files to your support ticket.
  6. Once the support confirms receipt, manually delete the Check Point SASELogfiles directory from:
    C:\Users\Public

MacOS

  1. Open the Terminal application (search Terminal in the Launchpad).
  2. Copy and run:
    Shell
    curl -s "https://supportbucketshare.s3.us-east-1.amazonaws.com/Custom+Scripts/Log+Collector/Log+Collector+SH.sh" -o temp.sh;sudo bash temp.sh;rm temp.sh
  3. Once the script completes, a Finder window opens with the log files.
  4. Submit the .zip file to your support ticket. Older runs are saved under Previous Runs.
  5. Once support confirms receipt, manually delete the Check Point SASE Logfiles directory from the Downloads folder.

Linux

  1. Run the following command in Terminal:
    Shell
    /opt/Perimeter81/perimeter81 collect-logs

   2. Send the log file to sase-support@checkpoint.com