From 05a9633a709c87d8a396380ca7e54b6f88e5c8b4 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 0fce7bcabc4c4..460ffb7e8304f 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 97d7e12f0d391..a30afa34c2abd 100644 --- a/README.md +++ b/README.md @@ -330,11 +330,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