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