1
0
Fork 0
telegraf/migrations/outputs_riemann_legacy/testcases/simple/telegraf.conf
Daniel Baumann 4978089aab
Adding upstream version 1.34.4.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-05-24 07:26:29 +02:00

8 lines
No EOL
295 B
Text

# Configuration for the Riemann server to send metrics to
[[outputs.riemann_legacy]]
## URL of server
url = "localhost:5555"
## transport protocol to use either tcp or udp
transport = "tcp"
## separator to use between input name and field name in Riemann service name
separator = " "