From 07d3cd4ad79ad3c1bc6268a44bba8e9d9810b0b7 Mon Sep 17 00:00:00 2001 From: Daniel Nelson Date: Tue, 11 Jun 2019 11:14:54 -0700 Subject: [PATCH] Update release notes --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c59858ca3..7aa8c202b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,9 @@ - The `uptime_format` field in the system input has been deprecated, use the `uptime` field instead. +- The `cloudwatch` input has been updated to use a more efficient API, it now + requires `GetMetricData` permissions instead of `GetMetricStatistics`. The + `units` tag is not available from this API and is no longer collected. #### New Inputs