4.1.3.1 Configuring the Dataset Override Feature
The following section provides instructions to configure the directory for the Behavior Detection engine, for locating the defined dataset override.
To configure a dataset override, follow these steps:
- Modify the install.cfg file for algorithms to identify the directory where override
datasets are stored.
The file resides in the following directory:
<install_dir>/behavior_detection/algorithms/MTS/mantas_cfg/ install.cfgThe dataset override is specified with this property:
kdd.custom.dataset.dirNote:
Specify the directory using a full directory path, not a relative path. If you do not (or this property is not in theinstall.cfgfile), the system disables the dataset overrides automatically. - Create the dataset override file in the specified directory with the following
naming convention:
dataset<DATASET_ID>.txtNote:
The contents of the file should start with the SQL definition in
KDD_DATASET.SQL_TX.This SQL must contain all of the thresholds still represented (for example,@Min_Indiv_Trxn_Am).