InputSettings

Contains input settings for a tenant.

This element defines the IP address and port that Kaspersky CyberTrace Service will listen on for incoming events, normalization rules for processing the events, and regular expressions for parsing the events.

Path

Domains > Domain > InputSettings

Attributes

This element has no attributes.

Nested elements

This element is a container for the following nested elements:

Example

The following is an example of this element.

<InputSettings>

<RegExps>

...

</RegExps>

<ConnectionString>0.0.0.0:9999</ConnectionString>

</InputSettings>

Page top