update new plugins in changelog (#8991)
This commit is contained in:
parent
30c933cd68
commit
aa88896829
51
CHANGELOG.md
51
CHANGELOG.md
|
|
@ -30,7 +30,6 @@
|
||||||
|
|
||||||
- [#8887](https://github.com/influxdata/telegraf/pull/8887) `inputs.procstat` Add PPID field to procstat input plugin
|
- [#8887](https://github.com/influxdata/telegraf/pull/8887) `inputs.procstat` Add PPID field to procstat input plugin
|
||||||
- [#8852](https://github.com/influxdata/telegraf/pull/8852) `processors.starlark` Add Starlark script for estimating Line Protocol cardinality
|
- [#8852](https://github.com/influxdata/telegraf/pull/8852) `processors.starlark` Add Starlark script for estimating Line Protocol cardinality
|
||||||
- [#8828](https://github.com/influxdata/telegraf/pull/8828) `serializers.msgpack` Add MessagePack output data format
|
|
||||||
- [#8915](https://github.com/influxdata/telegraf/pull/8915) `inputs.cloudwatch` add proxy
|
- [#8915](https://github.com/influxdata/telegraf/pull/8915) `inputs.cloudwatch` add proxy
|
||||||
- [#8910](https://github.com/influxdata/telegraf/pull/8910) `agent` Display error message on badly formatted config string array (eg. namepass)
|
- [#8910](https://github.com/influxdata/telegraf/pull/8910) `agent` Display error message on badly formatted config string array (eg. namepass)
|
||||||
- [#8785](https://github.com/influxdata/telegraf/pull/8785) `inputs.diskio` Non systemd support with unittest
|
- [#8785](https://github.com/influxdata/telegraf/pull/8785) `inputs.diskio` Non systemd support with unittest
|
||||||
|
|
@ -48,37 +47,37 @@
|
||||||
- [#8950](https://github.com/influxdata/telegraf/pull/8950) `inputs.teamspeak` Teamspeak input plugin query clients
|
- [#8950](https://github.com/influxdata/telegraf/pull/8950) `inputs.teamspeak` Teamspeak input plugin query clients
|
||||||
- [#8849](https://github.com/influxdata/telegraf/pull/8849) `inputs.sqlserver` Filter data out from system databases for Azure SQL DB only
|
- [#8849](https://github.com/influxdata/telegraf/pull/8849) `inputs.sqlserver` Filter data out from system databases for Azure SQL DB only
|
||||||
|
|
||||||
#### New Input Plugins
|
#### New Inputs
|
||||||
|
- [Beat Input Plugin](https://github.com/influxdata/telegraf/tree/master/plugins/inputs/beat) - Contributed by @nferch
|
||||||
|
- [CS:GO Input Plugin](https://github.com/influxdata/telegraf/tree/master/plugins/inputs/csgo) - Contributed by @oofdog
|
||||||
|
- [Directory Monitoring Input Plugin](https://github.com/influxdata/telegraf/tree/master/plugins/inputs/directory_monitor) - Contributed by @InfluxData
|
||||||
|
- [RavenDB Input Plugin](https://github.com/influxdata/telegraf/tree/master/plugins/inputs/ravendb) - Contributed by @ml054 and @bartoncasey
|
||||||
|
- [NFS Input Plugin](https://github.com/influxdata/telegraf/tree/master/plugins/inputs/nfsclient) - Contributed by @pmoranga
|
||||||
|
|
||||||
- [#8834](https://github.com/influxdata/telegraf/pull/8834) Input plugin for RavenDB
|
#### New Outputs
|
||||||
- [#8525](https://github.com/influxdata/telegraf/pull/8525) Add CSGO SRCDS input plugin
|
- [Grafana Loki Output Plugin](https://github.com/influxdata/telegraf/tree/master/plugins/outputs/loki) - Contributed by @Eraac
|
||||||
- [#8751](https://github.com/influxdata/telegraf/pull/8751) Adding a new directory monitor input plugin.
|
- [Google BigQuery Output Plugin](https://github.com/influxdata/telegraf/tree/master/plugins/outputs/loki) - Contributed by @gkatzioura
|
||||||
- [#6653](https://github.com/influxdata/telegraf/pull/6653) Add Beat input plugin
|
- [Sensu Output Plugin](https://github.com/influxdata/telegraf/blob/master/plugins/outputs/sensu) - Contributed by @calebhailey
|
||||||
- [#4615](https://github.com/influxdata/telegraf/pull/4615) Add NFS client input
|
- [SignalFX Output Plugin](https://github.com/influxdata/telegraf/tree/master/plugins/outputs/signalfx) - Contributed by @keitwb
|
||||||
- [#8931](https://github.com/influxdata/telegraf/pull/8931) Add XML parser using XPath queries
|
|
||||||
|
|
||||||
#### New Output Plugins
|
#### New Aggregators
|
||||||
|
- [Derivative Aggregator Plugin ](https://github.com/influxdata/telegraf/tree/master/plugins/aggregators/derivative)- Contributed by @KarstenSchnitter
|
||||||
|
- [Quantile Aggregator Plugin ](https://github.com/influxdata/telegraf/tree/master/plugins/aggregators/quantile) - Contributed by @srebhan
|
||||||
|
|
||||||
- [#8398](https://github.com/influxdata/telegraf/pull/8398) Sensu Go Output Plugin for Telegraf
|
#### New Processors
|
||||||
- [#8450](https://github.com/influxdata/telegraf/pull/8450) plugin: output loki
|
- [AWS EC2 Metadata Processor Plugin ](https://github.com/influxdata/telegraf/tree/master/plugins/processors/aws/ec2) - Contributed by @pmalek-sumo
|
||||||
- [#6714](https://github.com/influxdata/telegraf/pull/6714) SignalFx Output
|
|
||||||
- [#8634](https://github.com/influxdata/telegraf/pull/8634) Bigquery output
|
|
||||||
|
|
||||||
#### New Aggregator Plugins
|
#### New Parsers
|
||||||
|
- [XML Parser Plugin ](https://github.com/influxdata/telegraf/tree/master/plugins/parsers/xml) - Contributed by @srebhan
|
||||||
- [#3762](https://github.com/influxdata/telegraf/pull/3762) Add Derivative Aggregator Plugin
|
|
||||||
- [#8594](https://github.com/influxdata/telegraf/pull/8594) Add quantile aggregator plugin
|
#### New Serializers
|
||||||
|
- [MessagePack Serializer Plugin](https://github.com/influxdata/telegraf/tree/master/plugins/serializers/msgpack) - Contributed by @dialogbox
|
||||||
#### New Processor Plugins
|
|
||||||
|
|
||||||
- [#8707](https://github.com/influxdata/telegraf/pull/8707) AWS EC2 metadata processor Using StreamingProcessor
|
|
||||||
|
|
||||||
#### New External Plugins
|
#### New External Plugins
|
||||||
|
- [GeoIP Processor Plugin ](https://github.com/a-bali/telegraf-geoip) - Contributed by @a-bali
|
||||||
- [#8897](https://github.com/influxdata/telegraf/pull/8897) add SMCIPMITool input to external plugin list
|
- [Plex Webhook Input Plugin](https://github.com/russorat/telegraf-webhooks-plex) - Contributed by @russorat
|
||||||
- [#8898](https://github.com/influxdata/telegraf/pull/8898) Add Plex Webhooks external plugin
|
- [SMCIPMITool Input Plugin](https://github.com/jhpope/smc_ipmi) - Contributed by @jhpope
|
||||||
|
|
||||||
|
|
||||||
## v1.17.3 [2021-02-17]
|
## v1.17.3 [2021-02-17]
|
||||||
|
|
||||||
#### Bugfixes
|
#### Bugfixes
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue