telegraf/plugins/outputs/riemann_legacy
Sebastian Spaink a7df6c6aa6
feat: migrate output plugins to new sample config format (#10910)
2022-04-07 15:55:03 -06:00
..
README.md feat: migrate output plugins to new sample config format (#10910) 2022-04-07 15:55:03 -06:00
riemann_legacy.go feat: migrate output plugins to new sample config format (#10910) 2022-04-07 15:55:03 -06:00
riemann_legacy_sample_config.go feat: migrate output plugins to new sample config format (#10910) 2022-04-07 15:55:03 -06:00
riemann_legacy_test.go feat: migrate output plugins to new sample config format (#10910) 2022-04-07 15:55:03 -06:00

README.md

Riemann Legacy

This is a deprecated plugin

Configuration

# 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 = " "