Skip to content

Instantly share code, notes, and snippets.

@eydam-prototyping
Created January 28, 2021 16:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save eydam-prototyping/664496a257a83891420c5ec65eaaaa23 to your computer and use it in GitHub Desktop.
Save eydam-prototyping/664496a257a83891420c5ec65eaaaa23 to your computer and use it in GitHub Desktop.
[[inputs.mqtt_consumer]]
servers = ["tcp://mosquitto:1883"]
topics = [
"test/#"
]
data_format = "json"
[[outputs.influxdb]]
urls = ["http://influxdb:8086"]
database = "telegraf"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment