Specifies the parameters of connecting to the event target software for sending service alerts.
Path
NotificationSettings > ServiceAlertsSettings
Attributes
This element has no attributes.
Nested elements
To specify values for AlertFormat and ContextFormat, you may need to learn more about event format patterns.
This element is a container for the following nested elements:
Specifies the IP address (or host) and port to which the service will send service alerts.
This element is optional.
For more information about this element, see the "OutputSettings > AlertConnectionString" subsection below.
Specifies the format for outgoing alerts that inform the event target software of the Kaspersky CyberTrace Service state.
This element is optional. If it is absent from the configuration file, no notification is made.
Specifies how context fields must be added to a service alert.
This element is mandatory.
OutputSettings > AlertConnectionString
Specifies the IP address (or host) and port to which the service will send service alerts.
The value of this element is formatted as <ip_address>:<port>
(if an IP address and port are used) or as \\.\pipe\<pipe_name>
(if a Windows-named pipe is used). The IP address must consist of four decimal octets, each separated by a dot. The value in each octet must be less than 256.
This element is optional. If the element is omitted, the enabled attribute with the false
value is used for this element.
This element has the following attributes:
AlertConnectionString element attributes
Attribute |
Description |
---|---|
|
Defines whether Kaspersky CyberTrace Service sends service alerts to the specified IP address and port. Possible values: If the value is If the value is |
Example
The following is an example of this element.
<ServiceAlertsSettings> <AlertConnectionString enabled="true">127.0.0.1:9998</AlertConnectionString> <AlertFormat>%Date% alert=%Alert%%RecordContext%</AlertFormat> <ContextFormat>%ParamName%=%ParamValue%</ContextFormat> </ServiceAlertsSettings> |