Greetings,
configured telegraf conf using the Load Data in influx. All values are configured using the wizard. But when trying to fetch some data from a Linux server I get the following error:
Error getting HTTP config.
here is some pertinent data from the config
[[outputs.influxdb_v2]]
  ## The URLs of the InfluxDB cluster nodes.
  ##
  ## Multiple URLs can be specified for a single cluster, only ONE of the
  ## urls will be written to each interval.
  ##   ex: urls = ["https://us-west-2-1.aws.cloud2.influxdata.com"]
  urls = ["http://ip.address.of.influx/:8086"]
  ## Token for authentication.
  token = "$INFLUX_TOKEN"
  ## Organization is the name of the organization you wish to write to; must exist.
  organization = "research"
  ## Destination bucket to write into.
  bucket = "procstat"