17 lines
373 B
Markdown
17 lines
373 B
Markdown
|
|
# Riemann Legacy
|
||
|
|
|
||
|
|
This is a deprecated plugin
|
||
|
|
|
||
|
|
## Configuration
|
||
|
|
|
||
|
|
```toml
|
||
|
|
# 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 = " "
|
||
|
|
```
|