telegraf/plugins/outputs/riemann_legacy
reimda 6ba3b1e91e
chore: Fix readme linter errors for output plugins (#10951)
2022-04-21 09:45:47 -06:00
..
README.md chore: Fix readme linter errors for output plugins (#10951) 2022-04-21 09:45:47 -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 Output Plugin

This is a deprecated plugin. Please use the Riemann Output Plugin instead.

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