Search Security Event Logs
Create a search event logs task. All request parameters are optional and have predefined default values.
External Documentation
To learn more, visit the Check Point Infinity Events documentation.
Basic Parameters
Parameter | Description |
---|---|
Account IDs | A comma seperated or a json list of MSP children account IDs to filter event logs by. |
Cloud Service | Filter event logs by specific Check Point product. |
End Time | The end time of the search event logs task. |
Filter | Filter query in Lucene syntax.For example: src:"1.1.1.1" AND severity:"Critical" |
Start Time | The start time of the search event logs task. |
Advanced Parameters
Parameter | Description |
---|---|
Limit | The number of event logs to be retrieved between 10 and 10000. Default is set to 100. |
Page Limit | The number of event logs on page between 10 and 1000. Default is set to 100. |
Example Output
{
"success": true,
"data": {
"taskId": "b156375f-c439-47da-aca5-eb0fc0a9aeb6"
}
}
Workflow Library Example
Search Security Event Logs with Check Point Infinity Events and Send Results Via Email
Preview this Workflow on desktop