###############################################################################
#                            OUTPUT PLUGINS                                   #
###############################################################################

 [[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://192.168.1.42:8086"]

  ## API token for authentication.
  token = "hunter2"

  ## Organization is the name of the organization you wish to write to; must exist.
  organization = "Home"

  ## Destination bucket to write into.
  bucket = "raspberrypi"
  
view raw displayed with ❤ by Derrick.Blarg