2022-04-21 23:45:47 +08:00
|
|
|
# Riemann Legacy Output Plugin
|
2022-04-08 05:55:03 +08:00
|
|
|
|
2022-04-21 23:45:47 +08:00
|
|
|
This is a deprecated plugin. Please use the [Riemann Output Plugin][new]
|
|
|
|
|
instead.
|
|
|
|
|
|
|
|
|
|
[new]: ../riemann/README.md
|
2022-04-08 05:55:03 +08:00
|
|
|
|
|
|
|
|
## Configuration
|
|
|
|
|
|
2022-05-25 22:48:59 +08:00
|
|
|
```toml @sample.conf
|
2022-04-08 05:55:03 +08:00
|
|
|
# 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 = " "
|
|
|
|
|
```
|