diff --git a/README.md b/README.md index 7890fa113..7366d5986 100644 --- a/README.md +++ b/README.md @@ -233,7 +233,6 @@ want to add support for another service or third-party API. * [datadog](https://github.com/influxdata/telegraf/tree/master/plugins/outputs/datadog) * [file](https://github.com/influxdata/telegraf/tree/master/plugins/outputs/file) * [graphite](https://github.com/influxdata/telegraf/tree/master/plugins/outputs/graphite) -* [graylog](https://github.com/influxdata/telegraf/tree/master/plugins/outputs/graylog) * [instrumental](https://github.com/influxdata/telegraf/tree/master/plugins/outputs/instrumental) * [kafka](https://github.com/influxdata/telegraf/tree/master/plugins/outputs/kafka) * [librato](https://github.com/influxdata/telegraf/tree/master/plugins/outputs/librato) diff --git a/etc/telegraf.conf b/etc/telegraf.conf index 2d03b0f2b..824564c0f 100644 --- a/etc/telegraf.conf +++ b/etc/telegraf.conf @@ -205,12 +205,6 @@ # timeout = 2 -# # 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"] - - # # Configuration for sending metrics to an Instrumental project # [[outputs.instrumental]] # ## Project API Token (required)