News:

We really need your input in this questionnaire

Main Menu

DCI Detect anomalies

Started by gmonk63, June 28, 2024, 03:11:14 AM

Previous topic - Next topic

gmonk63

I noticed a check box []Detect anomalies   I was just curious if this is currently supported or just a future feature and how are the outliers actually being detected. 



Thanks

Victor Kirhenshtein

It is new feature that is (somehow) working. If you check this box, server will use Isolation Forest algorithm to check if new value is an outlier within two set of data points - all values within 30 minutes of current time of the day for last 30 days, and all values within 30 minutes around current time of the day on the same day of the week for last 10 weeks. Currently it has arbitrary score threshold 0.75, depending on testing results we may adjust it or made configurable. If new data point classified as outlier in both data sets, DCI will be marked as having anomalous value. If you want to generate event, you can use special threshold function "anomaly".

Best regards,
Victor