Add regex processor to readme and changelog
This commit is contained in:
parent
9294e82009
commit
5ec3229149
|
@ -21,6 +21,7 @@
|
||||||
|
|
||||||
### New Processors
|
### New Processors
|
||||||
|
|
||||||
|
- [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
|
||||||
|
|
||||||
### New Outputs
|
### New Outputs
|
||||||
|
@ -47,6 +48,7 @@
|
||||||
- [#4167](https://github.com/influxdata/telegraf/pull/4167): Added several important elasticsearch cluster health metrics.
|
- [#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.
|
- [#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.
|
- [#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
|
### Bugfixes
|
||||||
|
|
||||||
|
|
|
@ -270,6 +270,7 @@ formats may be used with input plugins supporting the `data_format` option:
|
||||||
|
|
||||||
* [override](./plugins/processors/override)
|
* [override](./plugins/processors/override)
|
||||||
* [printer](./plugins/processors/printer)
|
* [printer](./plugins/processors/printer)
|
||||||
|
* [regex](./plugins/processors/regex)
|
||||||
* [topk](./plugins/processors/topk)
|
* [topk](./plugins/processors/topk)
|
||||||
|
|
||||||
## Aggregator Plugins
|
## Aggregator Plugins
|
||||||
|
|
Loading…
Reference in New Issue