telegraf/migrations/outputs_riemann_legacy/testcases/general_options/telegraf.conf

10 lines
218 B
Plaintext

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