container/grafana-influx/telegraf.conf

20 lines
466 B
Plaintext

[[outputs.influxdb_v2]]
urls = ["http://influxdb:8086"]
bucket = "simplecloud"
organization = "DES"
token = "$TOKEN"
[[inputs.mqtt_consumer]]
servers = ["tcp://mosquitto:1883"]
topics = [ "climate/#" ]
data_format = "value"
data_type = "float"
topic_tag = ""
[[inputs.mqtt_consumer.topic_parsing]]
topic = "+/+/+"
measurement = "climate"
tags = "_/device/field"
[[processors.pivot]]
tag_key = "field"
value_key = "value"