eid-ops/global/overlay/etc/telegraf/telegraf.conf.d/99-influxdb2.conf

6 lines
167 B
Text
Raw Normal View History

2020-03-30 16:35:48 +02:00
[[outputs.influxdb_v2]]
urls = ["https://metrics.sunet.se:9999"]
token = "${INFLUXDB2_TOKEN}"
organization = "${INFLUXDB2_ORG}"
bucket = "${INFLUXDB2_BUCKET}"