Skip to content

Commit

Permalink
DP-1334
Browse files Browse the repository at this point in the history
  • Loading branch information
duartecoelhomovai committed Nov 8, 2023
1 parent 3cb1f58 commit 8150edf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions files/telegraf.conf
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,9 @@
precision = "0s"

## Log at debug level.
debug = false
debug = true
## Log only error level messages.
quiet = true
quiet = false

## Log target controls the destination for logs and can be one of "file",
## "stderr" or, on Windows, "eventlog". When set to "file", the output file
Expand Down Expand Up @@ -124,7 +124,7 @@
## Multiple urls can be specified as part of the same cluster,
## this means that only ONE of the urls will be written to each interval.
# urls = ["udp://localhost:8089"] # UDP endpoint example
urls = ["http://influxdb:8086"] # required
urls = ["udp://influxdb:9096"] # required
## The target database for metrics (telegraf will create it if not exists).
database = "telegraf" # required

Expand Down Expand Up @@ -154,7 +154,7 @@
# user_agent = "telegraf"

## UDP payload size is the maximum packet size to send.
# udp_payload = "512B"
udp_payload = "2048B"

## Optional TLS Config for use on HTTP connections.
# tls_ca = "/etc/telegraf/ca.pem"
Expand Down

0 comments on commit 8150edf

Please sign in to comment.