diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2b738d180ebb9c994a82347732d157cd8eb76f28..488487fc7691eb15e1183faa3a3fe086f6e61146 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 be3d9064c0b377bf4338253d23f4810f18c85cfe..03754232c5603a8d2baea201845c9d2a744d87f5 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)