Palo Alto
Prisma Cloud Alerts
Collects security alerts from Palo Alto Prisma Cloud Security Posture Management
Details
This input collects security alerts from the Palo Alto Prisma Cloud API. It periodically fetches alerts and handles pagination automatically. Key features include:
- Incremental sync support with state management
- Support for detailed alert information
Requirements
- A Prisma Cloud account with API access
- Access Key ID and Secret Key from Prisma Cloud console
- Your Prisma Cloud API URL (e.g., https://api.prismacloud.io)
Setup Instructions
- Log in to your Prisma Cloud Console
- Navigate to Settings > Access Control
- Create a new Access Key and Secret Key pair
- Note down your Prisma Cloud API URL (varies by region). Refer to this documentation for the correct URL:
- Configure the input using the credentials and URL
Related Articles
Settings
| Field | Description | Type | Required |
|---|---|---|---|
| url | Base URL for the Prisma Cloud API (e.g., https://api.prismacloud.io) | string | Yes |
| backfill start time | string | No | The date to start fetching data from. If not specified, no past records will be fetched. |
| API Rate Limit | Optional limit on the connector's outbound request rate to the source API. Leave blank to use the connector's default behavior. See API Rate Limiting for the field format, limits, and how to choose a value. | object | No |
Secrets
| Field | Description | Type | Required |
|---|---|---|---|
| username | Username or Access Key ID | string | Yes |
| password | Password or Secret Key | string | Yes |
Note on Collection Behavior
The input follows an incremental collection pattern:
- First run: Collects all available alerts
- Subsequent runs: Collects only new alerts since the last successful run
- Implements state management to track the last collection timestamp
Troubleshooting
Common issues and their solutions:
-
Authentication failures
- Verify Access Key ID and Secret Key are correct
- Ensure the API keys have not expired
- Check if the keys have required permissions
-
Connection issues
- Verify the API URL is correct for your region
- Check network connectivity and firewall rules
- Ensure proper SSL/TLS configuration
-
Rate limiting
- The input implements automatic rate limiting handling
- Consider adjusting the polling interval if needed
Sample Record
Code
Sync frequency
By default this input polls approximately every 10 seconds, with each sync beginning after the previous one completes. A cron schedule configured on the pipeline overrides this cadence. See Input Sync Frequency for details.
Last modified on