Community
TL;DR InfluxDB Tech Tips — Using and Understanding the InfluxDB Cloud Usage Template
So you’re using InfluxDB Cloud, and you’re writing millions of metrics to your account. Whether you’re building an IoT application on top of InfluxDB or monitoring your production environment with InfluxDB, your time series operations are finally running smoothly. You want...
Prometheus Remote Write Support with InfluxDB 2.0
In InfluxDB 1.x, we provided support for the Prometheus remote write API. The release of InfluxDB 2.0 does not provide support for the same API. However, with the release of Telegraf 1.19, Telegraf now includes a Prometheus remote write parser that...
TL;DR InfluxDB Tech Tips: Parameterized Flux Queries with InfluxDB
If you’re familiar with InfluxDB v2 then you’re probably familiar with Flux already. Flux enables you to transform your data in any way you need and write custom tasks, checks, and notification rules. But what you might not know is that...
Announcement: InfluxDays North America 2021 Call for Papers is Open!
We’re pleased to announce that InfluxDays North America 2021 Virtual Experience will be held on October 26-27, 2021 and the call for papers is open! InfluxDays is an event focused on the impact of time series data. Attendees gain first-hand knowledge...
Event Highlights: InfluxDays EMEA 2021 Virtual Experience
That’s a wrap for InfluxDays EMEA 2021 Virtual Experience! It’s always exciting to welcome back the InfluxDB community for this event. The conference included subject-matter-expert led courses, on-demand videos and live sessions. Check out all of the sessions recordings and presentations...
Built on InfluxDB Award Winners 2021 Announced
We’ve just wrapped up InfluxDays EMEA 2021 as a virtual experience and while we can’t wait to be back with our community in person, this year’s event had some great highlights. The InfluxData engineering team shared technical insights, best practices and...
Monitor Your InfluxDB Open Source Instances with InfluxDB Cloud
Everyone says the cloud is the future. Sure, but try telling that to someone who has terabytes of sensitive data stored in an on-prem InfluxDB Open Source (OSS) instance, and they will bring up a whole set of reasons why it...
How to Consolidate OSS Data into a Cloud Account
In this post, we will describe a simple way to share data from multiple InfluxDB 2.0 OSS instances with a central cloud account. This is something that community members have asked for when they have OSS running at different locations, but...
InfluxDB OSS and Enterprise Roadmap Update from InfluxDays EMEA
InfluxDB OSS 2.x Since the initial release of InfluxDB OSS 2.0 in November 2020, more than 10% of the community has successfully upgraded, and the pace of the upgrades continues at a steady rate. We have released a number of maintenance...
Three Ways to Keep Cardinality Under Control When Using Telegraf
This article will show how we kept cardinality under control with a few tweaks in the Telegraf configuration. If you’re not yet familiar with it, Telegraf is the native and open-source plugin-driver metrics collection agent of InfluxDB. As you may know,...