Update changelog

This commit is contained in:
Daniel Nelson 2020-05-04 16:25:20 -07:00
parent 973aec42b3
commit f351e6a68f
No known key found for this signature in database
GPG Key ID: CAAD59C9444F6155
1 changed files with 5 additions and 0 deletions

View File

@ -5,6 +5,10 @@
- The `logparser` input is deprecated, use the `tail` input with `data_format =
"grok"` as a replacement.
- Several fields used primarily for debugging have been removed from the
`splunkmetric` serializer, if you are making use of these fields they can be
added back with the `tag` option.
#### New Processors
- [filepath](/plugins/processors/filepath/README.md) - Contributed by @kir4h
@ -31,6 +35,7 @@
- [#7371](https://github.com/influxdata/telegraf/issues/7371): Fix unable to write metrics to CloudWatch with IMDSv1 disabled.
- [#7233](https://github.com/influxdata/telegraf/issues/7233): Fix vSphere 6.7 missing data issue.
- [#7448](https://github.com/influxdata/telegraf/issues/7448): Remove debug fields from spunkmetric serializer.
## v1.14.3 [unreleased]