telegraf/plugins/outputs/riemann_legacy
Sebastian Spaink 256caede89
chore(outputs): migrate sample configs into separate files (#11131)
2022-05-18 11:30:06 -05: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 test: remove unused riemann from docker-compose (#11118) 2022-05-17 20:26:27 +00: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 = " "