Operations | Monitoring | ITSM | DevOps | Cloud

Alerting with InfluxDB 3 Core and Enterprise

Monitoring is only as good as the alerts that surface critical issues before they spiral out of control. With InfluxDB 3 Core and Enterprise, you can extend alerting capabilities beyond built-in solutions by leveraging custom Python processing plugins. Whether you need real-time notifications when thresholds are exceeded or advanced anomaly detection tailored to your infrastructure, developing custom alerting logic ensures you get the right alerts at the right time.

Building Your First Python Plugin for the InfluxDB 3 Processing Engine

One of the most compelling features of InfluxDB 3 is its built-in Python Processing Engine, a versatile component that adds powerful, real-time processing capabilities to both InfluxDB 3 Core and Enterprise. For those familiar with Kapacitor in InfluxDB 1.x or Flux Tasks in 2.x, the Processing Engine represents a more streamlined, integrated, and scalable approach to acting on data.

InfluxDB 3 Core and Enterprise Architecture Highlights

Time series data innovators and open source community members following us will know that we recently released two new products: InfluxDB 3 Core and InfluxDB Enterprise. InfluxDB 3 Core is a high-performance recent data engine optimized for real-time monitoring, data collection, and streaming analytics use cases. InfluxDB 3 Enterprise builds on Core’s foundation by integrating historical analysis and data compaction, enabling efficient querying over extended time ranges.

Transform Data with the New Python Processing Engine in InfluxDB 3

In early January, we announced the launch of InfluxDB 3 Core and InfluxDB 3 Enterprise in public alpha. One of the newest included features is the InfluxDB 3 Processing Engine–a Python-based VM built to enable data transformation, enrichment, downsampling, alerting, and more, all from within the database itself. One month later, we’re excited to deliver a big update enabling new ways to interact with and transform your data.

Scale Time Series Workloads on AWS: Introducing Amazon Timestream for InfluxDB Read Replicas

The world runs in real-time. From industrial automation and IoT monitoring to AI-powered analytics, developers rely on time series data to power critical systems and make split-second decisions. But as workloads grow, so do the challenges: keeping queries fast, ensuring high availability, and scaling efficiently without adding operational complexity. Not having to worry about operational overhead enables companies to focus on deriving value from their data.

From Detection to Prevention: Leveraging InfluxDB for Cybersecurity and IoT Threat Mitigation

Cybersecurity in the Industrial Internet of Things (IIoT) is often overlooked despite powering critical infrastructure such as energy grids, telecom networks, factories, robotics, and aerospace, all of which are prime targets for cyberattacks and data breaches. A single breach can disrupt essential services or expose sensitive data. So, how do we stay ahead of bad actors and proactively defend these systems?

Query the Latest Values in Under 10ms with the InfluxDB 3 Last Value Cache

As part of the InfluxDB 3 Core and InfluxDB 3 Enterprise public alpha, the Last Value Cache (LVC) is available for testing. The LVC lets you cache the most recent values for specific fields in a table, improving the performance of queries that return the most recent value of a field for specific time series or the last N values of a field, typical of many monitoring workloads. With the LVC, these types of queries return in under 10ms.