Data Fields

AI_config Struct Reference

#include <spp_ai.h>

Data Fields

unsigned long hashCleanupInterval
unsigned long streamExpireInterval
unsigned long alertClusteringInterval
unsigned long databaseParsingInterval
unsigned long correlationGraphInterval
char alertfile [1024]
char clusterfile [1024]
char corr_rules_dir [1024]
char dbname [256]
char dbuser [256]
char dbpass [256]
char dbhost [256]

Field Documentation

Interval in seconds for the alert clustering thread

Alert file

Clustered alerts file

Correlation rules path

Interval in seconds for running the thread for building alert correlation graphs

Interval in seconds for reading the alert database, if database logging is used

char AI_config::dbhost[256]

Database host, if database logging is used

char AI_config::dbname[256]

Database name, if database logging is used

char AI_config::dbpass[256]

Database password, if database logging is used

char AI_config::dbuser[256]

Database user, if database logging is used

Interval in seconds for the stream cleanup thread

Interval in seconds for considering an idle stream timed out


The documentation for this struct was generated from the following file:
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines