Skip to main content
Skip table of contents

Configure Prisma Cloud

The Prisma Cloud Beat is developed to maintain cloud security posture management (CSPM) Alert and Audit Logs. This section will take you through the process of configuring Prisma Cloud to send logs to the Open Collector.

Prisma Cloud API URLs

The URL for the Prisma Cloud service varies depending on the cluster on which your tenant is deployed. Your order fulfillment email includes the URL for your Prisma Cloud service tenant. The admin console URLs and corresponding API URLs are in the table below.

Prisma Cloud Admin Console URLPrisma Cloud API URL
https://app.prismacloud.io/api.prismacloud.io
https://app2.prismacloud.io/api2.prismacloud.io
https://app3.prismacloud.io/api3.prismacloud.io
https://app4.prismacloud.io/api4.prismacloud.io
https://app.anz.prismacloud.io/api.anz.prismacloud.io
https://app.eu.prismacloud.io/api.eu.prismacloud.io
https://app2.eu.prismacloud.io/api2.eu.prismacloud.io
https://app.gov.prismacloud.io/api.gov.prismacloud.io
https://app.prismacloud.cn/api.prismacloud.cn
https://app.ca.prismacloud.io/api.ca.prismacloud.io
https://app.sg.prismacloud.io/api.sg.prismacloud.io
https://app.uk.prismacloud.io/api.uk.prismacloud.io
https://app.ind.prismacloud.io/api.ind.prismacloud.io
https://app.jp.prismacloud.io/api.jp.prismacloud.io
https://app.fr.prismacloud.io/api.fr.prismacloud.io

Prisma Cloud Alert Logs

Prisma Cloud provides a range of alerts and notifications to keep users informed of security events and policy violations across their cloud environments. Refer to the Official Prisma Cloud Documentation to learn more about alerts and notifications.

Prisma Cloud provides an API for managing alerts in its Cloud Security Posture Management (CSPM) solution. The Prisma Cloud Beat uses List Alerts - Get API to fetch all alert logs.

The format of the URL parameter to collect alert logs using the Prisma Cloud Beat is <API URL for your tenant>/alert/.

For example: api4.prismacloud.io/alert/

Prisma Cloud Audit Logs

Prisma Cloud Audit Logs are detailed records of user activities, system events, and data access in Prisma Cloud that allows administrators to monitor and analyze user behavior, track changes to configurations and policies, and detect potential security threats. Refer to the Official Prisma Cloud Documentation to learn more about audit logs.

Prisma Cloud provides an API for accessing audit logs from their CSPM solution. The API allows organizations to retrieve audit logs programmatically and integrate them with other security tools and platforms.

To use the Prisma Cloud Audit Logs API, organizations must first enable audit logging in their Prisma Cloud account. Once enabled, Prisma Cloud Audit Logs can be accessed using the API.

The format of the URL parameter to collect audit logs using the Prisma Cloud Beat is <API URL for your tenant>/audit/redlock/.

For example: api4.prismacloud.io/audit/redlock/

Client ID (Access Key ID) and Client Secret (Secret Key)

Prisma Cloud uses Access Keys to integrate with the environments where you host your templates, source code, or pipelines. Access keys are specific to a user and they enforce the role and permissions assigned to the specified user.

In order to collect logs using the Prisma Cloud Beat, generate a new set of Access Keys using the steps below:

  1. From the Prisma Cloud console, click Settings, and then Access Control.
  2. Click Access Keys, and then Add Access Key.

  3. Enter a unique access key Name.

  4. (Optional.) Check the Key Expiry box, and then enter an expiration date and time.

    As a security best practice, set an expiration time for the validity of your access key.

  5. Click Create.
    The API Key Generated screen appears.

  6. Copy and save your new Access Key ID and Secret Key in a secure location.

    These keys are inaccessible after leaving this screen. Be sure to copy them to a text document before leaving this screen.

    You can optionally select Download .csv file to download this information.


JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.