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)