Revert "Revert graylog output"

This reverts commit 4f27315720.
This commit is contained in:
Cameron Sparr
2016-05-31 16:42:07 +01:00
parent 342cfc4087
commit c4cfdb8a25
4 changed files with 16 additions and 1 deletions

View File

@@ -3,3 +3,12 @@
This plugin writes to a Graylog instance using the "gelf" format.
It requires a `servers` name.
### Configuration:
```toml
# Send telegraf metrics to graylog(s)
[[outputs.graylog]]
## Udp endpoint for your graylog instance.
servers = ["127.0.0.1:12201", "192.168.1.1:12201"]
```