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
- Change index summary metricset to use `_nodes/stats` API instead of `_stats` API to avoid data gaps. {pull}45049[45049]
15
+
16
+
==== Bugfixes
17
+
18
+
*Affecting all Beats*
19
+
20
+
- The Elasticsearch output now correctly applies exponential backoff when being throttled by 429s ("too many requests") from Elasticsarch. {issue}36926[36926] {pull}45073[45073]
21
+
22
+
*Filebeat*
23
+
24
+
- Add missing "text/csv" content-type filter support in GCS input. {issue}44922[44922] {pull}44923[44923]
Copy file name to clipboardExpand all lines: CHANGELOG.next.asciidoc
-48Lines changed: 0 additions & 48 deletions
Original file line number
Diff line number
Diff line change
@@ -36,8 +36,6 @@ https://github.com/elastic/beats/compare/v8.8.1\...main[Check the HEAD diff]
36
36
37
37
*Metricbeat*
38
38
39
-
- Change index summary metricset to use `_nodes/stats` API instead of `_stats` API to avoid data gaps. {pull}45049[45049]
40
-
- Add support for `_nodes/stats` URIs that work with legacy versions of Elasticsearch {pull}44307[44307]
41
39
- Setting period for counter cache for Prometheus remote_write at least to 60sec {pull}38553[38553]
42
40
- Remove fallback to the node limit for the `kubernetes.pod.cpu.usage.limit.pct` and `kubernetes.pod.memory.usage.limit.pct` metrics calculation
43
41
@@ -79,7 +77,6 @@ https://github.com/elastic/beats/compare/v8.8.1\...main[Check the HEAD diff]
79
77
- Set timeout of 1 minute for FQDN requests {pull}37756[37756]
80
78
- The Kafka output now drops events when there is an authorization error. {issue}42343[42343] {pull}42401[42401]
81
79
- 'add_cloud_metadata' processor - improve AWS provider HTTP client overriding to support custom certificate bundle handling {pull}44189[44189]
82
-
- The Elasticsearch output now correctly applies exponential backoff when being throttled by 429s ("too many requests") from Elasticsarch. {issue}36926[36926] {pull}45073[45073]
83
80
84
81
*Auditbeat*
85
82
@@ -116,7 +113,6 @@ https://github.com/elastic/beats/compare/v8.8.1\...main[Check the HEAD diff]
116
113
- Fix publication of group data from the Okta entity analytics provider. {pull}40681[40681]
117
114
- Ensure netflow custom field configuration is applied. {issue}40735[40735] {pull}40730[40730]
118
115
- Fix a bug in Salesforce input to only handle responses with 200 status code {pull}41015[41015]
119
-
- Added missing "text/csv" content-type filter support in GCS input. {issue}44922[44922] {pull}44923[44923]
120
116
121
117
*Heartbeat*
122
118
@@ -151,7 +147,6 @@ https://github.com/elastic/beats/compare/v8.8.1\...main[Check the HEAD diff]
0 commit comments