Outlier Detection
Kloudfuse uses the Outliers function to highlight outlier time series.
DBSCAN
Kloudfuse provides the DBSCAN implementation of outlier detection.
Visualization
The chart displays the results of DBSCAN outlier detection, applied to the selected log metric over time.
-
Solid Lines represent data series flagged as outliers. These indicate instances where the data behavior deviates significantly from the norm, based on the defined tolerance.
-
Dotted Lines represent data series identified as non-outliers, because they exhibit expected behavior relative to their peers.
Search
Use the Search time series option (below the graph) to select and plot the relevant information. For example, you ccan search for tect outlier:true
to paint only the series that have outlier data.
As with all linear plots, you can select and deselect lines usng the Label legend.
Examples
Tolerance of 0.8
The choice of tolerance value in this example makes the detection process highly sensitive to deviations. The algorithm detects and reports even small deviations from the normal pattern.