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 |