Operations | Monitoring | ITSM | DevOps | Cloud

What's New in InfluxDB 3.3: Managed Plugins, Explorer Updates, and More

InfluxDB 3.3 is now available for both Core and Enterprise, which introduces new managed plugins for the Processing Engine, making it easier to address common time series tasks with just a plugin. On top of that, 3.3 includes a wide range of performance improvements, feature updates, and bug fixes. InfluxDB 3 Core is free and open source, optimized for recent data, and licensed under MIT and Apache 2.

Real-Time Flight Telemetry Monitoring with InfluxDB 3 Enterprise

When Microsoft Flight Simulator 2024 generates telemetry data at 30-60 FPS, capturing and processing that stream in real-time becomes a fascinating engineering challenge. We built a complete telemetry pipeline that reads over 90 flight parameters through FSUIPC, streams them to InfluxDB 3 Enterprise, and displays them in real-time dashboards that respond in under 5 milliseconds.

Ingest, Explore, Validate: A Quickstart with InfluxDB 3 Enterprise and Explorer UI

Great observability doesn’t just collect metrics—it tells you exactly what’s broken, why it’s broken, and what to do about it. InfluxDB 3 Enterprise delivers this through real-time ingestion, fast queries, and scalable storage. InfluxDB 3 Explorer provides the intuitive interface your team needs for database management, data ingestion, querying, and visualization without the usual complexity.

Smarter Workflows, Faster Insights: How InfluxDB 3 Unlocks the Power of Python at the Source

Businesses across industries rely on time-stamped data to track system health, monitor performance, and improve operations. Whether it’s sensors on a factory floor or usage logs from a SaaS platform, time series data reveals how things change. As businesses digitize operations and add connected devices, sensors produce growing streams of time-based data. This opens the door to faster analytics and smarter automation. But legacy approaches can’t keep up.

Introducing the InfluxDB 3 MCP Server: Natural Language for Time Series

Time series data underpins all real-time systems. From high-resolution telemetry to long-range trends, it’s essential for monitoring, automation, predictive maintenance, and operational insight. But it’s also hard to work with: high cardinality, shifting schemas, and time-based queries make even basic tasks feel heavy.

The Real Business Value of Time Series Database

Time series data powers nearly every modern system, from industrial equipment and energy grids to financial platforms and digital services. Devices and software continuously generate streams of time-stamped metrics that reflect how systems perform moment to moment. Most businesses collect this data, but far fewer utilize its full potential. Storing information and reviewing dashboards offers limited value.

From Zero to Dashboard in 10 Minutes with Telegraf, InfluxDB 3, and Grafana

In this tutorial, let’s walk through setting up a modern TIG stack in 10 minutes. TIG stands for three popular open source tools that complement each other: Telegraf, InfluxDB 3, and Grafana. They are often used to collect, store, and visualize time series data from servers, containers, APIs, or even IoT devices. We will be using a read-to-use GitHub repository that includes.