Answers for "telegraf-agent-configuration"

0

telegraf-agent-configuration

# Output Configuration for telegraf agent
[[outputs.influxdb_v2]]	
  ## Point to your influxdb container
 urls = ["http://influxdb:8086"]
  ## Token for authentication; created with the influxdb_cli service.
  token = "mytoken"
  ## Organization is the name of the organization you wish to write to; created with the influxdb_cli service.
  organization = "myorg"
  ## Destination bucket to write into; created with the influxdb_cli service.
  bucket = "mybucket"Copy
Posted by: Guest on July-30-2021

Code answers related to "Java"

Java Answers by Framework

Browse Popular Code Answers by Language