From 56f2c435e701c63172f118c10555bdc98bfe39b2 Mon Sep 17 00:00:00 2001 From: Daniel Nelson Date: Mon, 12 Nov 2018 16:06:23 -0800 Subject: [PATCH] Add udp url note to influxdb output sample config --- plugins/outputs/influxdb/influxdb.go | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/outputs/influxdb/influxdb.go b/plugins/outputs/influxdb/influxdb.go index 1f61b801f..a3f2fd003 100644 --- a/plugins/outputs/influxdb/influxdb.go +++ b/plugins/outputs/influxdb/influxdb.go @@ -69,6 +69,7 @@ var sampleConfig = ` # urls = ["http://127.0.0.1:8086"] ## The target database for metrics; will be created as needed. + ## For UDP url endpoint database needs to be configured on server side. # database = "telegraf" ## If true, no CREATE DATABASE queries will be sent. Set to true when using