From 0eba72d2c088cdc37332f1805193255c97a1754e Mon Sep 17 00:00:00 2001 From: Daniel Nelson Date: Mon, 14 May 2018 17:19:49 -0700 Subject: [PATCH] Add http output to changelog/readme --- CHANGELOG.md | 4 ++++ README.md | 1 + 2 files changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b738d180..488487fc7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,6 +22,10 @@ - [topk](./plugins/processors/topk/README.md) - Contributed by @mirath +### New Outputs + +- [http](./plugins/outputs/http/README.md) - Contributed by @Dark0096 + ### Features - [#3964](https://github.com/influxdata/telegraf/pull/3964): Add repl_oplog_window_sec metric to mongodb input. diff --git a/README.md b/README.md index be3d9064c..03754232c 100644 --- a/README.md +++ b/README.md @@ -291,6 +291,7 @@ formats may be used with input plugins supporting the `data_format` option: * [file](./plugins/outputs/file) * [graphite](./plugins/outputs/graphite) * [graylog](./plugins/outputs/graylog) +* [http](./plugins/outputs/http) * [instrumental](./plugins/outputs/instrumental) * [kafka](./plugins/outputs/kafka) * [librato](./plugins/outputs/librato)