InfluxDB Cloud extends to Microsoft Azure Cloud now available on all major cloud platforms
InfluxData looks to accelerate IoT application development with PTC through strategic product integration SAN FRANCISCO July 22, 2020 InfluxData, creator of the time series database InfluxDB, today announced that InfluxDB Cloud is now available on Microsoft Azure, furthering the company’s commitment...
InfluxDB Endpoint Security State Template
Our team recently discovered an exposed endpoint without authentication enabled, though we know it had previously been required. The root cause was a missing configuration as a result of a recent upgrade a few weeks earlier, and was easy to fix...
How to Build Grafana Dashboards with InfluxDB, Flux, and InfluxQL
We’re excited about today’s release of Grafana 7.1, which extends Grafana’s built-in InfluxDB datasource to run queries in both the Flux language and InfluxQL. This means it’s super easy to connect Grafana to InfluxDB — whether you use InfluxDB 1.8 or...
TL;DR InfluxDB Tech Tips – How to Interpret an Annotated CSV
In this post we share how to interpret an Annotated CSV, the Flux query result format for InfluxDB. Q: What is an Annotated CSV? A: An Annotated CSV is the output format of a Flux query with InfluxDB 2.0. For example,...
TL;DR InfluxDB Tech Tips Add Temporary Data with Flux
In this post, we share a way to generate a table with Flux. Q: I want to perform a task that executes a join() but I don’t always have data for one of the input tables. How can I create an...
Release Announcement: InfluxDB OSS 1.8.1
A new maintenance release for InfluxDB OSS is available now. InfluxDB 1.8.1 release notes This maintenance release of InfluxDB OSS includes the following fixes and improvements: Optional feature: Allow configuration for users to add custom HTTP response headers to InfluxDB. This...
BIRCH for Anomaly Detection with InfluxDB
In this tutorial, we’ll use the BIRCH (balanced iterative reducing and clustering using hierarchies) algorithm from scikit-learn with the ADTK (Anomaly Detection Tool Kit) package to detect anomalous CPU behavior. We’ll use the InfluxDB 2.0 Python Client to query our data...
Release Announcement: Chronograf 1.8.5
A new maintenance release for Chronograf is now available. Chronograf 1.8.5 - Release Notes This maintenance release of Chronograf includes the following fixes: Chronograf OAuth - Fixed an issue where public url was required for generic OAuth configurations Windows Support -...
Release Announcement: InfluxDB 2.0.0 Beta 14
A new release of InfluxDB 2.0 Beta is available now. We will be shipping regular updates as we add new features and fix issues. Please keep in mind that these beta builds are not meant for testing performance or production usage....
Anomaly Detection with Median Absolute Deviation
When you want to spot containers, virtual machines (VMs), servers, or sensors that are behaving differently from others, you can use the Median Absolute Deviation (MAD) algorithm to identify when a time series is “deviating from the pack”. In this tutorial,...