1
0
Fork 0
telegraf/migrations/outputs_riemann_legacy/testcases/general_options/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

9 lines
218 B
Text

# Configuration for the Riemann server to send metrics to
[[outputs.riemann_legacy]]
url = "localhost:5555"
transport = "udp"
separator = "."
## Metric filtering
namepass = ["foo"]
fieldpass = ["motor_*"]