Defines settings for the Kaspersky CyberTrace Service process.
Path
ServiceSettings
Attributes
This element has no attributes.
Nested elements
This element is a container for the following nested elements:
Contains the Feed Utility parameters.
Contains the feeds parameters.
Contains the scanner parameters.
Contains the Kaspersky CyberTrace HTTP service parameters.
Specifies if feeds rollback is enabled or disabled.
If feeds rollback is enabled, feeds are rolled back when Kaspersky CyberTrace fails to upload new indicators into the Matching engine after feeds are updated. Kaspersky CyberTrace removes new indicators from the database and uses the previous feeds.
Possible values:
true
— feeds rollback is enabled.false
— feeds rollback is disabled.Kaspersky CyberTrace reads FeedsRollbackEnabled only during initialization and does not reread it after.
By default, there is no FeedsRollbackEnabled element in the configuration file. If this element is missing, feeds rollback is enabled.
Example
The following is an example of this element.
<ServiceSettings> <FeedUtil> ... </FeedUtil> <BasesSettings> ... </BasesSettings> <ScanSettings> ... </ScanSettings> <HTTPServer> ... </HTTPServer> <FeedsRollbackEnabled>true</FeedsRollbackEnabled> </ServiceSettings> |