From 54180dacb41cba0bbab8bff98f316fe637039968 Mon Sep 17 00:00:00 2001 From: Daniel Nelson Date: Mon, 19 Aug 2019 20:58:01 -0700 Subject: [PATCH] Add tag_limit to readme and changelog --- CHANGELOG.md | 1 + README.md | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6089c96c7..2d3088d22 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,7 @@ - [date](/plugins/processors/date/README.md) - Contributed by @influxdata - [pivot](/plugins/processors/pivot/README.md) - Contributed by @influxdata +- [tag_limit](/plugins/processors/tag_limit/README.md) - Contributed by @memory - [unpivot](/plugins/processors/unpivot/README.md) - Contributed by @influxdata #### Features diff --git a/README.md b/README.md index 395975052..739c002a3 100644 --- a/README.md +++ b/README.md @@ -339,6 +339,7 @@ For documentation on the latest development code see the [documentation index][d * [regex](./plugins/processors/regex) * [rename](./plugins/processors/rename) * [strings](./plugins/processors/strings) +* [tag_limit](./plugins/processors/tag_limit) * [topk](./plugins/processors/topk) * [unpivot](./plugins/processors/unpivot)