Add missing processors to readme
This commit is contained in:
parent
5d31c04e94
commit
db3967eb97
|
@ -291,10 +291,13 @@ For documentation on the latest development code see the [documentation index][d
|
||||||
## Processor Plugins
|
## Processor Plugins
|
||||||
|
|
||||||
* [converter](./plugins/processors/converter)
|
* [converter](./plugins/processors/converter)
|
||||||
|
* [enum](./plugins/processors/enum)
|
||||||
* [override](./plugins/processors/override)
|
* [override](./plugins/processors/override)
|
||||||
|
* [parser](./plugins/processors/parser)
|
||||||
* [printer](./plugins/processors/printer)
|
* [printer](./plugins/processors/printer)
|
||||||
* [regex](./plugins/processors/regex)
|
* [regex](./plugins/processors/regex)
|
||||||
* [rename](./plugins/processors/rename)
|
* [rename](./plugins/processors/rename)
|
||||||
|
* [strings](./plugins/processors/strings)
|
||||||
* [topk](./plugins/processors/topk)
|
* [topk](./plugins/processors/topk)
|
||||||
|
|
||||||
## Aggregator Plugins
|
## Aggregator Plugins
|
||||||
|
|
Loading…
Reference in New Issue