diff --git a/CHANGELOG.md b/CHANGELOG.md index c0ccc402f7a24..27d214e76fa27 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,6 +22,7 @@ - [defaults](/plugins/processors/defaults/README.md) - Contributed by @jregistr - [filepath](/plugins/processors/filepath/README.md) - Contributed by @kir4h +- [starlark](/plugins/processors/starlark/README.md) - Contributed by @influxdata #### New Outputs diff --git a/README.md b/README.md index 03b19f9932ff6..e3bc188655969 100644 --- a/README.md +++ b/README.md @@ -374,6 +374,7 @@ For documentation on the latest development code see the [documentation index][d * [regex](/plugins/processors/regex) * [rename](/plugins/processors/rename) * [s2geo](/plugins/processors/s2geo) +* [starlark](/plugins/processors/starlark) * [strings](/plugins/processors/strings) * [tag_limit](/plugins/processors/tag_limit) * [template](/plugins/processors/template)