June 2026 Summaries
11 posts from InfluxData
Filter
Month:
Year:
Post Summaries
Back to Blog
InfluxDB 3 Explorer 1.9 introduces several enhancements aimed at streamlining the query migration process and improving user experience for those transitioning to InfluxDB version 3. This release features an AI-assisted Flux-to-SQL converter designed to automate the conversion of existing Flux queries into SQL, making it easier for teams to upgrade without starting from scratch. InfluxQL is now fully integrated into the Explorer, allowing users to utilize its unique capabilities alongside SQL queries. The update also includes the addition of two new live sample data simulators—the Bird Data Simulator and Signal Generator—to facilitate dashboard building and alert testing with continuous data streams. Quality-of-life improvements such as an enhanced plugin log viewer, comprehensive search functionality, query error history tracking, and an improved SQL editor and plugin management interface further contribute to a more efficient workflow. These updates collectively aim to ease the transition for users accustomed to previous versions of InfluxDB and enhance the overall usability of the Explorer.
Jun 30, 2026
1,159 words in the original blog post.
Mumu, an all-in-one productivity platform, transitioned from Prometheus to InfluxDB 3 to address the architectural mismatch between pull-based monitoring and their need for event tracking. The migration, which involved dual-writing metrics to both systems and validating their performance, allowed Mumu to seamlessly switch to a push-based monitoring system that better suited their requirements. InfluxDB's effortless self-hosting and push-based HTTP API enabled Mumu to expand their metric collection from 150 to 560 and enhanced their ability to build dashboards and debug data using SQL. The transition was facilitated by AI agents that streamlined the migration process, and the use of InfluxDB has transformed Mumu's approach to data, making metric delivery more accessible and encouraging comprehensive instrumentation. Mumu plans to further integrate InfluxDB into their product features, considering it for user-activity statistics and leveraging its SQL capabilities for product insights.
Jun 25, 2026
1,775 words in the original blog post.
InfluxData has announced the release of Telegraf Enterprise, a solution designed to give organizations centralized control over expansive Telegraf deployments, allowing teams to manage tens of thousands of agents as a unified system. With features like automated configuration management, fleet-wide visibility, and enhanced security, Telegraf Enterprise simplifies the complexity of managing telemetry pipelines across distributed environments. The platform includes the Telegraf Controller, a management console that provides a comprehensive view of agent health and configuration status, transforming fragmented processes into a streamlined system. This solution standardizes fleet configurations, automates safe rollouts, offers real-time health monitoring, and reduces operational risks, ensuring greater consistency and reliability. Telegraf Enterprise also introduces enterprise-grade support and seamless integration into existing architectures, facilitating large-scale deployment without disrupting current operations. A free tier is available for teams wishing to centralize their Telegraf management, with an upgrade option for additional features and support.
Jun 24, 2026
517 words in the original blog post.
Telegraf Enterprise, now generally available, introduces Telegraf Controller, a centralized management console designed to enhance the management of large-scale Telegraf deployments with official support from InfluxData. While the open-source Telegraf remains unchanged, Telegraf Enterprise addresses the challenges of managing extensive telemetry collection systems by offering centralized configuration management, fleet health monitoring, and seamless integration with existing automation tools. It provides a free tier with limited capabilities and a paid Enterprise license that removes these constraints, offering features like audit logging and identity provider integration. Organizations can manage configurations centrally, maintain consistency across thousands of agents, and utilize a visual configuration builder to streamline operations. As Telegraf becomes increasingly embedded in production environments, the need for visibility and consistency grows, and Telegraf Enterprise provides the necessary tools to ensure efficient operation and support for critical infrastructure.
Jun 24, 2026
759 words in the original blog post.
Satellite operations heavily rely on telemetry as the primary interface for system monitoring once spacecraft are in orbit, with telemetry providing continuous streams of time-stamped measurements crucial for assessing system health. Relational databases like PostgreSQL and MySQL, while initially supportive of telemetry, struggle with high-volume time series data, leading to slow queries, increased infrastructure costs, and inefficient data lifecycle management. Time series databases, such as InfluxDB, are designed to handle these challenges by organizing data around timestamps and time ranges, enabling efficient real-time monitoring, anomaly detection, and long-term analysis. InfluxDB's architecture, which includes a real-time columnar engine and supports high-ingest workloads, helps maintain query performance at scale while offering advanced features like retention policies and downsampling to manage data over time and reduce storage overhead. These capabilities ensure that satellite teams can efficiently transform telemetry data into actionable insights, enhancing operational responsiveness and reducing the complexity and cost associated with managing large-scale telemetry datasets.
Jun 19, 2026
1,576 words in the original blog post.
InfluxDB 3.10 introduces expanded enterprise features and performance updates aimed at handling more complex and larger time series workloads, offering end-to-end backup and restore, row-level deletes, bulk import from Parquet, and user management with a preview of role-based access control (RBAC). This release enhances the previous performance beta, allowing teams to better manage, scale, and protect their data, while also testing the software's readiness for general availability. Cross-database plugin queries and a new readiness endpoint are included to streamline data pipelines and improve cluster management. Available as both a free, open-source Core version and a feature-rich Enterprise version, InfluxDB 3.10 is designed to support a range of production systems with varying requirements for data access and security, inviting users to provide feedback as these features mature.
Jun 17, 2026
877 words in the original blog post.
InfluxDB 3 introduces two new plugins, the Bird Tracking Simulator and the Signal Generator, designed to simplify the initial stages of generating time series data for testing purposes. The Bird Tracking Simulator produces synthetic bird telemetry data, which includes geospatial fields and tags, allowing users to simulate and test dashboards, map panels, and network data writes. This plugin creates persistent flocks of birds with configurable attributes and movement points, providing a continuous stream of entity-oriented data. Conversely, the Signal Generator creates numeric waveform data using configurable presets that mimic real-world signals, complete with trends, noise, and spikes, making it suitable for testing dashboards, alert systems, and anomaly detection processes. Both plugins facilitate the simulation of realistic data scenarios, enabling users to verify the functionality and performance of InfluxDB 3 setups without needing actual production data. These tools are especially useful for validating data flow within the system and ensuring seamless integration with downstream processes in a lightweight and efficient manner.
Jun 12, 2026
977 words in the original blog post.
Satellite mission operators rely on telemetry for real-time insights into spacecraft health and mission status, but managing this data poses challenges due to its rapid movement across systems. Telemetry data can reveal critical operational patterns, requiring strict compliance with regulations like ITAR to control access and distribution, while data residency and control issues complicate monitoring efforts. InfluxDB 3 offers a solution by providing a centralized time series architecture, which allows satellite teams to ingest, analyze, and monitor high-volume data from spacecraft and ground systems in real-time, enhancing anomaly response and compliance review efficiency. This architecture aids in maintaining data integrity and accessibility, enabling operators to monitor spacecraft health, correlate data across systems, trigger alerts, and conduct root-cause analysis with ease. Eutelsat OneWeb exemplifies the effective use of InfluxDB, handling over a million data points per second across its satellite constellation, showcasing how a unified telemetry system can improve mission operations and data governance.
Jun 11, 2026
1,193 words in the original blog post.
Predictive maintenance using time series data is effectively demonstrated through the InfluxDB 3 Processing Engine, which allows for real-time monitoring and action based on live sensor data. This tutorial guides users through creating a predictive maintenance plugin that estimates the Remaining Useful Life (RUL) of equipment, using NASA’s C-MAPSS turbofan engine degradation dataset. The process involves setting up InfluxDB 3 Core, developing a Python plugin to analyze sensor data, and automating maintenance alerts when necessary. The approach emphasizes embedding analysis logic directly within the database, eliminating the need for separate services and ensuring timely reactions to incoming data. This system, adaptable to various instrumented assets, showcases how InfluxDB 3 facilitates self-contained, efficient predictive maintenance solutions by keeping intelligence close to the data source.
Jun 09, 2026
2,102 words in the original blog post.
The blog post introduces three River-based machine learning plugins for InfluxDB 3, which enhance operational time series data processing by enabling real-time anomaly detection, adaptive profiling, and short-horizon forecasting directly within the database. These plugins utilize River, a Python library for online machine learning, to incrementally learn from streaming data without requiring additional infrastructure or data pipelines. The River Anomaly Detector plugin allows users to detect anomalies using rolling Z-scores, seasonal patterns, and drift detection, while the River Auto-Profiler optimizes anomaly detection settings by profiling numeric series and generating tuning recommendations. The River Forecaster applies online ARIMA-style modeling to predict future data points, facilitating proactive operational decision-making. By embedding these plugins into InfluxDB, users can seamlessly integrate machine learning tasks with time series data, enabling efficient querying and visualization without relying on external platforms.
Jun 04, 2026
1,889 words in the original blog post.
The text discusses the challenges and considerations for organizations using traditional data historians, particularly in light of renewal notices that often come with increased costs. It highlights several signs that indicate the need for modernization, such as rising renewal quotes tied to increased tag counts, difficulties faced by data science teams in accessing timely data, and the limitations of historians in handling new workloads and cross-site analytics. Additionally, the text points out the constraints posed by proprietary systems that hinder integration and evolution, leading to vendor lock-in. It suggests that rather than replacing historians outright, organizations can augment their data infrastructure by deploying solutions like InfluxDB alongside existing systems, as successfully done by companies like Terega and SP Energy Networks. This allows for high-frequency data monitoring, predictive maintenance, and cost-effective scaling, ultimately enabling a more flexible and modern data architecture that aligns with business needs and reduces dependency on legacy systems.
Jun 01, 2026
1,648 words in the original blog post.