Home / Companies / InfluxData / Blog / Post Details
Content Deep Dive

Performing Real-Time Anomaly Detection with InfluxDB 3: An In-Depth Guide

Blog post from InfluxData

Post Details
Company
Date Published
Author
Suyash Joshi
Word Count
608
Language
-
Hacker News Points
-
Summary

Anomaly detection is crucial for maintaining smooth operations and preventing unplanned downtime in systems involving sensors, machines, or embedded systems, and this can be effectively achieved using Python plugins integrated within InfluxDB 3 Core or Enterprise. The blog explores the use of two specific Python plugins, MAD and ADTK, which facilitate real-time and sustained anomaly detection in IoT scenarios directly within the database, thereby simplifying the streaming data process. The MAD plugin utilizes a statistical approach to detect immediate anomalies such as sudden temperature spikes by monitoring deviations from the median, while the ADTK plugin employs machine learning techniques to identify sustained instability like erratic sensor behavior by analyzing variance shifts over set timeframes. These plugins together provide a comprehensive solution for detecting both acute and chronic issues without requiring separate infrastructure, and users are encouraged to customize, clone, and share their own plugins to enhance the anomaly detection ecosystem.