Add regex processor to readme and changelog
This commit is contained in:
parent
9294e82009
commit
5ec3229149
|
@ -21,6 +21,7 @@
|
|||
|
||||
### New Processors
|
||||
|
||||
- [regex](./plugins/processors/regex/README.md) - Contributed by @44px
|
||||
- [topk](./plugins/processors/topk/README.md) - Contributed by @mirath
|
||||
|
||||
### New Outputs
|
||||
|
@ -47,6 +48,7 @@
|
|||
- [#4167](https://github.com/influxdata/telegraf/pull/4167): Added several important elasticsearch cluster health metrics.
|
||||
- [#4094](https://github.com/influxdata/telegraf/pull/4094): Add batch mode to mqtt output.
|
||||
- [#4158](https://github.com/influxdata/telegraf/pull/4158): Add aurora input plugin.
|
||||
- [#3839](https://github.com/influxdata/telegraf/pull/3839): Add regex processor plugin.
|
||||
|
||||
### Bugfixes
|
||||
|
||||
|
|
Loading…
Reference in New Issue