You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.next.asciidoc
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -101,6 +101,7 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d
101
101
- Fix storage metricset to allow config without region/zone. {issue}17623[17623] {pull}17624[17624]
102
102
- Fix overflow on Prometheus rates when new buckets are added on the go. {pull}17753[17753]
103
103
- Add a switch to the driver definition on SQL module to use pretty names {pull}17378[17378]
104
+
- The Kibana collector applies backoff when errored at getting usage stats {pull}20772[20772]
104
105
- The `elasticsearch/index` metricset only requests wildcard expansion for hidden indices if the monitored Elasticsearch cluster supports it. {pull}20938[20938]
105
106
- Fix panic index out of range error when getting AWS account name. {pull}21101[21101] {issue}21095[21095]
106
107
- Handle missing counters in the application_pool metricset. {pull}21071[21071]
// When errored in collecting the usage stats it may be counterproductive to try again on the next poll, try to collect the stats again after usageCollectionBackoff
0 commit comments