Specifies the parameters of outgoing service and detection alerts.
Path
NotificationSettings > EventSettings
Attributes
This element has no attributes.
Nested elements
This element is a container for the following nested elements:
Number of times Kaspersky CyberTrace Service tries to resend a detection alert to a SIEM system if the first attempt at sending fails. If the value of EventSendingRetriesCount
is 0
, Kaspersky CyberTrace Service sends each detection alert one time and does not attempt to resend it.
Maximum possible value is 10
. The preset value is 3
.
This element is mandatory.
Time interval between attempts made by Kaspersky CyberTrace Service to resend a detection alert to a SIEM system, in seconds. Maximum possible value is 60
.
This element is mandatory.
The preset value is 10
.
Example
The following is an example of this element.
<ServiceSettings> <EventSendingRetriesCount>3</EventSendingRetriesCount> <EventSendingRetriesTimеout>10</EventSendingRetriesTimеout> </ServiceSettings> |