From 44e3b9bee31b0fc5537e7c4cf85769ae697eb009 Mon Sep 17 00:00:00 2001 From: Daniel Nelson Date: Wed, 23 May 2018 14:30:55 -0700 Subject: [PATCH] Update changelog --- CHANGELOG.md | 1 + README.md | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9cd6710c8..0ecb57c5e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,6 +22,7 @@ ### New Processors +- [converter](./plugins/processors/converter/README.md) - Contributed by @influxdata - [regex](./plugins/processors/regex/README.md) - Contributed by @44px - [topk](./plugins/processors/topk/README.md) - Contributed by @mirath diff --git a/README.md b/README.md index 8ae242b5c..3b1355a4f 100644 --- a/README.md +++ b/README.md @@ -269,6 +269,7 @@ formats may be used with input plugins supporting the `data_format` option: ## Processor Plugins +* [converter](./plugins/processors/converter) * [override](./plugins/processors/override) * [printer](./plugins/processors/printer) * [regex](./plugins/processors/regex)