Add missing processors to readme

This commit is contained in:
Daniel Nelson 2018-10-04 13:24:25 -07:00
parent 5d31c04e94
commit db3967eb97
No known key found for this signature in database
GPG Key ID: CAAD59C9444F6155
1 changed files with 3 additions and 0 deletions

View File

@ -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