System properties for Webhooks
The system properties for webhooks are explained below.
| Property Name | Description | Type | Value |
|---|---|---|---|
| sn\_sec\_tisc.webhook\_ignore\_threat\_score\_reapply | Ignore webhook events triggered by threat score recalculate history. | True/False | True |
| sn\_sec\_tisc.webhook\_max\_event\_batch\_size | Maximum number of events to send as part of one webhook request. The batch size will be limited to 2000 even if a higher value is set in this property. | Integer | 1000 |
| sn\_sec\_tisc.webhook\_retry\_count | Number of times a failed request should be retried before marking it as error and moving on to next batch of events. The retry count will be limited to 10 even if a higher number is set in this property. | Integer | 5 |
| sn\_sec\_tisc.webhook\_retry\_interval | Number of seconds to wait before re-attempting a failed batch. This will exponentially increase based on the retry count. For example, if retry\_count is 3 and retry\_interval is 30, retries are fired after 30, 60, and 120s. The initial retry interval will be limited to 300 seconds even if a higher value is set in this property. | Integer | 30 |
Parent Topic:Working with Webhooks
Related topics