Home / Companies / InfluxData / Blog / August 2026

August 2026 Summaries

6 posts from InfluxData

Filter
Month: Year:
Post Summaries Back to Blog
Small and midsize businesses can improve breach detection without deploying an expensive SIEM by collecting SaaS audit logs and modeling them as time series data, which converts isolated events such as logins, downloads, privilege changes, and token creation into behavioral patterns that reveal anomalies earlier. Prompted by a delayed discovery of a third-party compromise, the authors developed Digital Supply Chain Observability (DiSCO), a lightweight architecture using narrowly scoped collectors, Telegraf for event relaying, a time series database, and dashboarding tools such as Grafana. Building a similar system involves identifying critical SaaS services, obtaining audit-log access, securely collecting events through read-only and regularly rotated tokens, storing raw logs alongside derived and normalized data, and anonymizing user identities for routine analysis while preserving raw records for forensics. Simple SQL-based rules can establish normal login locations, times, IP ranges, and action frequencies, then generate alerts when behavior changes unexpectedly. The approach aims to make continuous security observability more accessible to organizations with limited budgets and staff while allowing them to replay historical activity as detection logic improves.
Aug 27, 2026 1,080 words in the original blog post.
Telegraf Controller 1.1 introduces centralized fleet management features intended to simplify configuration changes and improve reliability for large deployments of Telegraf agents. Global Constants allow shared settings such as endpoints, intervals, and regions to be updated once across all referenced configurations, while Configuration Groups combine reusable configurations into role-based profiles and Configuration Aliases provide human-readable identifiers that can redirect agents to new configurations without individually updating them. Configuration Versioning records changes and authorship, offers side-by-side comparisons, supports audit trails, and enables reversions when edits cause problems. Available through Telegraf Enterprise, high availability uses multiple Controller instances connected to a shared database and automatic failover so agents can continue receiving configurations and reporting health during failures or maintenance. Together, these capabilities aim to reduce duplicated configuration work, prevent drift, and enable fleet-wide changes through a single edit.
Aug 25, 2026 827 words in the original blog post.
Downsampling in InfluxDB 3 converts high-frequency time series data into lower-resolution aggregates, improving long-range query performance, reducing repeated computation, and potentially lowering storage needs while preserving raw data separately under an independent retention policy. The process can be performed dynamically with SQL using `DATE_BIN()` to group readings into intervals, or persistently through the Python Processing Engine’s scheduled downsampler plugin when the same aggregates are frequently requested. Using a bird tracking simulator as an example, the tutorial aggregates per-bird speed and body-temperature telemetry into 10-second windows, explains how source and target tables, aggregate calculations, tags, intervals, offsets, and lookback windows affect rollups, and emphasizes that offsets prevent incomplete results by allowing a time window to close before it is processed. It recommends validating persisted data against query-time aggregates and raw row counts over completed intervals, selecting intervals and statistics based on user needs and signal types, retaining necessary dimensions for future filtering, accounting for delayed or out-of-order events, and monitoring logs and latency in production.
Aug 19, 2026 1,295 words in the original blog post.
InfluxDB has introduced influxdb3-client, an asynchronous Rust client for InfluxDB 3 Core and Enterprise aimed at embedded systems, edge gateways, and high-throughput telemetry pipelines. Built for Rust 1.89 or later, it provides an idiomatic API for writing line protocol, points, and optionally Polars DataFrames; querying with SQL or InfluxQL; and receiving results as rows or native Apache Arrow RecordBatches. The client supports shared deployment configurations through builders, environment variables, and connection strings, defaults to the broadly compatible V2 write endpoint, and can enable V3-specific options such as no-sync acknowledgments and partial-write reporting. Its ingest features include bounded batching, configurable concurrent requests, tag ordering controls, retries with exponential backoff for transient failures, and support for streaming large query results. Optional Polars integration enables Arrow-native DataFrame workflows and migrations from Parquet or CSV, while documentation, examples, source code, and package distribution are available through docs.rs, GitHub, and crates.io.
Aug 13, 2026 1,993 words in the original blog post.
InfluxData has appointed veteran infrastructure executive Satyam Vaghani as Chief Product Officer, giving him responsibility for product, engineering, and operations as the company expands adoption of InfluxDB 3. Vaghani brings more than 20 years of experience in storage, cloud, edge computing, IoT, and AI infrastructure, including leadership roles at Tiyaro, Nutanix, PernixData, and VMware. The company says his appointment supports its strategy to advance InfluxDB for large-scale, real-time time series applications involving industrial AI, intelligent infrastructure, predictive maintenance, anomaly detection, and autonomous systems. InfluxData describes InfluxDB as a high-performance time series database used by millions of developers to collect and analyze high-resolution data streams across demanding workloads and environments.
Aug 11, 2026 478 words in the original blog post.
Physical AI, which enables machines and industrial systems to sense, reason, and act in real-world conditions, requires both detailed historical data for training and real-time telemetry for inference, presenting challenges for traditional data historians that were not designed for the speed and data precision Physical AI demands. Traditional historians face four main gaps: limited real-time access, signal compression, IT/OT fragmentation, and localized site architectures. InfluxDB 3 addresses these issues by augmenting existing historian systems with a distributed layer that facilitates edge inference and cross-site training, allowing for more comprehensive data access and processing. This modern architecture supports real-time decision-making at the industrial edge while consolidating operational data across enterprise environments, thus bridging data silos without disrupting existing historian investments. By integrating telemetry with asset metadata and multimodal data types, InfluxDB 3 enhances the training of Physical AI models, enabling them to learn from context-rich datasets and respond effectively to dynamic operating conditions.
Aug 04, 2026 1,375 words in the original blog post.