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:

  1. 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.cfg

    The dataset override is specified with this property: kdd.custom.dataset.dir

    Note:

    Specify the directory using a full directory path, not a relative path. If you do not (or this property is not in the install.cfg file), the system disables the dataset overrides automatically.
  2. Create the dataset override file in the specified directory with the following naming convention: dataset<DATASET_ID>.txt

    Note:

    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).