You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docker/ubuntu18.04/openmpi4.0.4/chimbuko_config.templ
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,7 @@ pserver_nt=2 #number of worker threads
49
49
####################################
50
50
#Options for the AD module
51
51
####################################
52
-
ad_extra_args="-perf_outputpath chimbuko/logs -perf_step 1 -interval_msec <AD_INTERVAL>" #any extra command line arguments to pass. Note: chimbuko/logs is automatically created by services script
52
+
ad_extra_args="-perf_outputpath chimbuko/logs -perf_step 1 -interval_msec <AD_INTERVAL> -prov_min_anom_time 5000" #any extra command line arguments to pass. Note: chimbuko/logs is automatically created by services script
53
53
ad_win_size=<AD_WIN_SIZE> #number of events around an anomaly to store; provDB entry size is proportional to this so keep it small!
54
54
ad_alg="hbos" #the anomaly detection algorithm. Valid values are "hbos" and "sstd"
55
55
ad_outlier_hbos_threshold=0.99 #the percentile of events outside of which are considered anomalies by the HBOS algorithm
0 commit comments