telegraf/plugins/outputs/riemann_legacy
Sebastian Spaink d67f75e557
docs: Remove warning not to remove go:embed (#11797)
Co-authored-by: Joshua Powers <powersj@fastmail.com>
2022-09-13 12:47:58 -05:00
..
README.md chore: embed sample configurations into README for outputs (#11182) 2022-05-25 08:48:59 -06:00
riemann_legacy.go docs: Remove warning not to remove go:embed (#11797) 2022-09-13 12:47:58 -05:00
riemann_legacy_test.go test: mark integration tests correctly (#11317) 2022-06-16 14:10:11 -06:00
sample.conf chore(outputs): migrate sample configs into separate files (#11131) 2022-05-18 11:30:06 -05: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 = " "