Update changelog and readme
This commit is contained in:
parent
1ea7863b9b
commit
1dcfcdbad3
|
@ -3,6 +3,8 @@
|
|||
#### New Processors
|
||||
|
||||
- [date](/plugins/processors/date/README.md) - Contributed by @influxdata
|
||||
- [pivot](/plugins/processors/pivot/README.md) - Contributed by @influxdata
|
||||
- [unpivot](/plugins/processors/unpivot/README.md) - Contributed by @influxdata
|
||||
|
||||
#### Features
|
||||
|
||||
|
|
|
@ -329,11 +329,13 @@ For documentation on the latest development code see the [documentation index][d
|
|||
* [enum](./plugins/processors/enum)
|
||||
* [override](./plugins/processors/override)
|
||||
* [parser](./plugins/processors/parser)
|
||||
* [pivot](./plugins/processors/pivot)
|
||||
* [printer](./plugins/processors/printer)
|
||||
* [regex](./plugins/processors/regex)
|
||||
* [rename](./plugins/processors/rename)
|
||||
* [strings](./plugins/processors/strings)
|
||||
* [topk](./plugins/processors/topk)
|
||||
* [unpivot](./plugins/processors/unpivot)
|
||||
|
||||
## Aggregator Plugins
|
||||
|
||||
|
|
Loading…
Reference in New Issue