From 1dcfcdbad31cbbc626c8adccdc085f8387df4fe2 Mon Sep 17 00:00:00 2001 From: Daniel Nelson Date: Fri, 14 Jun 2019 15:27:57 -0700 Subject: [PATCH] Update changelog and readme --- CHANGELOG.md | 2 ++ README.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0fce7bcab..460ffb7e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,8 @@ #### New Processors - [date](/plugins/processors/date/README.md) - Contributed by @influxdata +- [pivot](/plugins/processors/pivot/README.md) - Contributed by @influxdata +- [unpivot](/plugins/processors/unpivot/README.md) - Contributed by @influxdata #### Features diff --git a/README.md b/README.md index 1bae79ba1..cb01c303f 100644 --- a/README.md +++ b/README.md @@ -329,11 +329,13 @@ For documentation on the latest development code see the [documentation index][d * [enum](./plugins/processors/enum) * [override](./plugins/processors/override) * [parser](./plugins/processors/parser) +* [pivot](./plugins/processors/pivot) * [printer](./plugins/processors/printer) * [regex](./plugins/processors/regex) * [rename](./plugins/processors/rename) * [strings](./plugins/processors/strings) * [topk](./plugins/processors/topk) +* [unpivot](./plugins/processors/unpivot) ## Aggregator Plugins