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: docs/release-notes/_snippets/9.1.6/index.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,20 @@
1
1
## 9.1.6 [beats-release-notes-9.1.6]
2
2
3
3
4
+
4
5
### Features and enhancements [beats-9.1.6-features-enhancements]
5
6
7
+
8
+
**Metricbeat**
9
+
6
10
* Improve the Prometheus helper to handle multiple content types including blank and invalid headers. [#47085](https://github.com/elastic/beats/pull/47085)
7
11
8
12
9
13
### Fixes [beats-9.1.6-fixes]
10
14
15
+
16
+
**All**
17
+
11
18
* Prevent panic in logstash output when trying to send events while shutting down. [#46960](https://github.com/elastic/beats/pull/46960)
12
19
* Prevent panic in replace processor for non-string values. [#47009](https://github.com/elastic/beats/pull/47009)
13
20
* Autodiscover now correctly updates Kubernetes metadata on node and pod label changes. [#47034](https://github.com/elastic/beats/pull/47034)
@@ -16,7 +23,13 @@
16
23
17
24
Removes "Accurate CPU counts not available on platform" log spam at the debug log level.
18
25
* Allows users to customize their data stream namespace to "generic". [#47140](https://github.com/elastic/beats/pull/47140)
26
+
27
+
**Filebeat**
28
+
19
29
* Fix defer usage for stopped status reporting. [#46916](https://github.com/elastic/beats/pull/46916)
30
+
31
+
**Metricbeat**
32
+
20
33
* Fix missing AWS cloudwatch metrics with linked accounts and same dimensions. [#46978](https://github.com/elastic/beats/pull/46978)
21
34
* Add a fix to handle blank content-type headers in HTTP responses for Prometheus. [#47027](https://github.com/elastic/beats/pull/47027)
0 commit comments