Problems with tags in JSON data from an HTTP request in an InfluxDB using Telegraf

Hi Jon,

Firstly, your JSON has an extra }, but this is probably because you edited it by hand.

What you want is:

  tag_keys = ["StatusNET_Hostname"]
  json_string_fields = ["Status_DeviceName","Status_FriendlyName_0"]

I hope this helps,

Richard

1 Like