Update changelog
This commit is contained in:
parent
94715c5ae9
commit
1a73ff3aa6
|
@ -22,6 +22,7 @@
|
||||||
|
|
||||||
### New Processors
|
### New Processors
|
||||||
|
|
||||||
|
- [converter](./plugins/processors/converter/README.md) - Contributed by @influxdata
|
||||||
- [regex](./plugins/processors/regex/README.md) - Contributed by @44px
|
- [regex](./plugins/processors/regex/README.md) - Contributed by @44px
|
||||||
- [topk](./plugins/processors/topk/README.md) - Contributed by @mirath
|
- [topk](./plugins/processors/topk/README.md) - Contributed by @mirath
|
||||||
|
|
||||||
|
|
|
@ -269,6 +269,7 @@ formats may be used with input plugins supporting the `data_format` option:
|
||||||
|
|
||||||
## Processor Plugins
|
## Processor Plugins
|
||||||
|
|
||||||
|
* [converter](./plugins/processors/converter)
|
||||||
* [override](./plugins/processors/override)
|
* [override](./plugins/processors/override)
|
||||||
* [printer](./plugins/processors/printer)
|
* [printer](./plugins/processors/printer)
|
||||||
* [regex](./plugins/processors/regex)
|
* [regex](./plugins/processors/regex)
|
||||||
|
|
Loading…
Reference in New Issue