Closes #1085 - allow for specifying AWS credentials in config.

closes #1085
closes #1086
This commit is contained in:
John Engelman
2016-04-23 13:19:04 -05:00
committed by Cameron Sparr
parent 44c945b9f5
commit 1c4043ab39
4 changed files with 49 additions and 2 deletions

View File

@@ -41,6 +41,7 @@ based on _prefix_ in addition to globs. This means that a filter like
- [#1041](https://github.com/influxdata/telegraf/issues/1041): Add `n_cpus` field to the system plugin.
- [#1072](https://github.com/influxdata/telegraf/pull/1072): New Input Plugin: filestat.
- [#1066](https://github.com/influxdata/telegraf/pull/1066): Replication lag metrics for MongoDB input plugin
- [#1086](https://github.com/influxdata/telegraf/pull/1086): Ability to specify AWS keys in config file. Thanks @johnrengleman!
### Bugfixes