From 41c8fd7e937890c1c3cc9251a4d93bf4be18d537 Mon Sep 17 00:00:00 2001 From: Ivan Vandot Date: Tue, 13 Nov 2018 01:05:28 +0100 Subject: [PATCH] Clarify UDP influxdb endpoint (#4974) --- plugins/outputs/influxdb/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/outputs/influxdb/README.md b/plugins/outputs/influxdb/README.md index 5d223ca3d..8a9f1a5b8 100644 --- a/plugins/outputs/influxdb/README.md +++ b/plugins/outputs/influxdb/README.md @@ -16,6 +16,7 @@ The InfluxDB output plugin writes metrics to the [InfluxDB v1.x] HTTP or UDP ser # 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