telegraf/plugins/outputs/riemann_legacy
Paweł Żak 8e9a513157
chore: Wrap long lines in plugins/outputs (#12179)
2022-11-08 16:05:55 +01:00
..
README.md docs: add global configuration header (#12107) 2022-10-26 14:58:36 -05:00
riemann_legacy.go chore: Wrap long lines in plugins/outputs (#12179) 2022-11-08 16:05:55 +01: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.

Global configuration options

In addition to the plugin-specific configuration settings, plugins support additional global and plugin configuration settings. These settings are used to modify metrics, tags, and field or create aliases and configure ordering, etc. See the CONFIGURATION.md for more details.

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