Project

General

Profile

Actions

Feature #12711

open

Add InfluxDB V2 support

Added by Viktor Gurov over 2 years ago. Updated about 2 months ago.

Status:
New
Priority:
Normal
Assignee:
-
Category:
Telegraf
Target version:
-
Start date:
Due date:
% Done:

0%

Estimated time:
Plus Target Version:

Description

Added support for the InfluxDB V2 protocol and made some improvements to the UI


Files

influxdbv2.jpg (88 KB) influxdbv2.jpg Craig Coonrad, 03/09/2024 09:00 PM
data.jpg (203 KB) data.jpg Craig Coonrad, 03/09/2024 09:02 PM
Actions #2

Updated by Per-Arne Hellarvik about 1 year ago

Is it possible to get some TLC on this? I use Telegraf and InfluxDB V2 for my metrics from my homelab, so this is a bit of a showstopper for me getting metrics from my Netgate-device.

Actions #3

Updated by Craig Coonrad about 2 months ago

pfSense : 23.09.1-RELEASE
Telegraf : 0.9_6

Telegraf can be configured to provide influxdb v2 metrics. Under Services --> Telegraf. Add the following to the custom input field at the bottom of the page: Additional configuration for Telegraf.

[[outputs.influxdb_v2]]
    urls = ["https://192.168.1.140:8086"]
    token = "yourtokengoeshere" 
    organization = "yourorggoeshere" 
    bucket = "yourbucketgoeshere" 
        insecure_skip_verify = true

Adjust as needed for http or https.

Reference:
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/influxdb_v2/README.md

Actions

Also available in: Atom PDF