Palo Alto
Data Security Alerts
Collects and ingests data security alerts from the Palo Alto Data Security API.
Details
This input collects data security alerts from the Palo Alto Data Security API. It supports incremental sync and handles pagination automatically. On the first sync, it fetches all available alerts. Key features include:
- Incremental sync with state management
- Fetches detailed alert information
Prerequisites
- A Palo Alto Data Security account with API access.
- API Key for authentication.
- Base URL for the Palo Alto Data Security API (e.g.,
https://api.use1.dig.security).
Setup Instructions
- Obtain your API Key from the Palo Alto Data Security console. Refer to this page for instructions.
- Note down the Base URL for the API (varies by region). Refer to this page for more information.
- Configure the input using the API Key and Base URL.
Related Articles
Configuration
Settings
| Field | Description | Type | Required |
|---|---|---|---|
| base_url | Base URL for the Palo Alto Data Security API | 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 |
|---|---|---|---|
| api_key | API Key for access | 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 API Key and Base URL are correct
- Ensure the API key has not expired
-
Connection issues
- Verify the Base URL is correct for your region
- Check network connectivity and firewall rules
- Ensure proper SSL/TLS configuration
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