Add udp url note to influxdb output sample config
This commit is contained in:
parent
41c8fd7e93
commit
56f2c435e7
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue