2016-05-31 15:41:27 +00:00
|
|
|
# Graylog Output Plugin
|
|
|
|
|
|
|
|
This plugin writes to a Graylog instance using the "gelf" format.
|
|
|
|
|
|
|
|
It requires a `servers` name.
|
2016-05-31 15:42:07 +00:00
|
|
|
|
|
|
|
### Configuration:
|
|
|
|
|
|
|
|
```toml
|
|
|
|
# Send telegraf metrics to graylog(s)
|
|
|
|
[[outputs.graylog]]
|
2016-12-13 16:10:59 +00:00
|
|
|
## UDP endpoint for your graylog instance(s).
|
2016-05-31 15:42:07 +00:00
|
|
|
servers = ["127.0.0.1:12201", "192.168.1.1:12201"]
|
|
|
|
```
|