close r.Body, remove network metrics, updated other sections as needed

closes #430
closes #452
This commit is contained in:
jipperinbham
2015-12-17 15:12:37 -06:00
committed by Cameron Sparr
parent 4852b5c11e
commit 97ebcc2af1
4 changed files with 8 additions and 49 deletions

View File

@@ -4,6 +4,10 @@
- [#427](https://github.com/influxdb/telegraf/pull/427): zfs plugin: pool stats added. Thanks @allenpetersen!
- [#428](https://github.com/influxdb/telegraf/pull/428): Amazon Kinesis output. Thanks @jimmystewpot!
### Bugfixes
- [#430](https://github.com/influxdb/telegraf/issues/430): Network statistics removed in elasticsearch 2.1. Thanks @jipperinbham!
- [#452](https://github.com/influxdb/telegraf/issues/452): Elasticsearch open file handles error. Thanks @jipperinbham!
## v0.2.4 [2015-12-08]
### Features