From db3967eb978fe82cb61a3552a99e73b7482f820b Mon Sep 17 00:00:00 2001 From: Daniel Nelson Date: Thu, 4 Oct 2018 13:24:25 -0700 Subject: [PATCH] Add missing processors to readme --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 51deeec5a..647256f3e 100644 --- a/README.md +++ b/README.md @@ -291,10 +291,13 @@ For documentation on the latest development code see the [documentation index][d ## Processor Plugins * [converter](./plugins/processors/converter) +* [enum](./plugins/processors/enum) * [override](./plugins/processors/override) +* [parser](./plugins/processors/parser) * [printer](./plugins/processors/printer) * [regex](./plugins/processors/regex) * [rename](./plugins/processors/rename) +* [strings](./plugins/processors/strings) * [topk](./plugins/processors/topk) ## Aggregator Plugins