telegraf/plugins/outputs/riemann_legacy/README.md

20 lines
483 B
Markdown
Raw Normal View History

# Riemann Legacy Output Plugin
This is a deprecated plugin. Please use the [Riemann Output Plugin][new]
instead.
[new]: ../riemann/README.md
## Configuration
```toml @sample.conf
# 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 = " "
```