diff --git a/CHANGELOG.md b/CHANGELOG.md index 6bf96251c..8240478c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -28,6 +28,7 @@ ### New Outputs - [azure_monitor](./plugins/outputs/azure_monitor/README.md) - Contributed by @influxdata +- [influxdb_v2](./plugins/outputs/influxdb_v2/README.md) - Contributed by @influxdata ### New Parsers @@ -105,6 +106,7 @@ - [#4667](https://github.com/influxdata/telegraf/pull/4667): Align metrics window to interval in cloudwatch input. - [#4642](https://github.com/influxdata/telegraf/pull/4642): Improve Azure Managed Instance support + more in sqlserver input. - [#4682](https://github.com/influxdata/telegraf/pull/4682): Allow alternate binaries for iptables input plugin. +- [#4645](https://github.com/influxdata/telegraf/pull/4645): Add influxdb_v2 output plugin. ### Bugfixes diff --git a/README.md b/README.md index c93d9ea77..6ddb793ef 100644 --- a/README.md +++ b/README.md @@ -171,6 +171,7 @@ configuration options. * [http_response](./plugins/inputs/http_response) * [icinga2](./plugins/inputs/icinga2) * [influxdb](./plugins/inputs/influxdb) +* [influxdb_v2](./plugins/inputs/influxdb_v2) * [internal](./plugins/inputs/internal) * [interrupts](./plugins/inputs/interrupts) * [ipmi_sensor](./plugins/inputs/ipmi_sensor)