#Hi I was trying to output data to Cloud

1 messages · Page 1 of 1 (latest)

lone axle
#

@tropic tangle
Can you provide your config file with sensitive information taken out? Feel free to PM it to me.
Telegraf config has to be very particular, and the data could simply be filtered out somehow.
As a first step in troubleshooting I usually add a file output so you can double check that data appears there. For example:

[[outputs.file]]
  data_format = "json"
  files = ["output.json"]
  use_batch_format = true
  namepass = ["<insertnamehere>"]

Another tip for troubleshooting is to use the telegraf --once command, this will perform one batch of collection and then exit.