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/index.md
+39Lines changed: 39 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,45 @@ To check for security updates, go to [Security announcements for the Elastic sta
17
17
18
18
% ### Fixes [beats-versionext-fixes]
19
19
20
+
## 9.1.4 [beats-9.1.4-release-notes]
21
+
22
+
### Features and enhancements [beats-9.1.4-features-enhancements]
23
+
24
+
**Filebeat**
25
+
26
+
- Improve HTTP JSON health status logic for empty template results. [46332]({{beats-pull}}46332)
27
+
- Improve CEL input documentation of authentication options. [46253]({{beats-pull}}46253)
28
+
- Add status reporting support for Azure Event Hub v2 input. [44846]({{beats-pull}}44846)
29
+
- Add documentation for device collection in Entity Analytics Active Directory Filebeat's input. [46363]({{beats-pull}}46363)
30
+
31
+
**Metricbeat**
32
+
33
+
- Add support for Kafka 4.0 in the Kafka module. [44723]({{beats-pull}}44723)
34
+
35
+
### Fixes [beats-9.1.4-fixes]
36
+
37
+
**Affecting all Beats**
38
+
39
+
- Fix a race condition during metrics initialization which could cause a panic. [45822]({{beats-issue}}45822)[46054]({{beats-pull}}46054)
40
+
- Fixed a panic when the beat restarts itself by adding 'eventfd2' to default seccomp policy [46372]({{beats-issue}}46372)
41
+
- Update github.com/go-viper/mapstructure/v2 to v2.4.0 [46335]({{beats-pull}}46335)
42
+
- Update Go version to 1.24.7 [46070]({{beats-pull}}46070).
43
+
- Update github.com/docker/docker to v28.3.3 [46334]({{beats-pull}}46334)
44
+
45
+
**Filebeat**
46
+
47
+
- Fix wrongly emitted missing input ID warning [42969]({{beats-issue}}42969)[45747]({{beats-pull}}45747)
48
+
- Fix race condition that could cause Filebeat to hang during shutdown after failing to startup [45034]({{beats-issue}}45034)[46331]({{beats-pull}}46331)
49
+
- Fixed hints autodiscover for Docker when the configuration is only `hints.enabled: true`. [45156]({{beats-issue}}45156)[45864]({{beats-pull}}45864)
50
+
51
+
**Metricbeat**
52
+
53
+
- Fix an issue where the conntrack metricset entries field reported a count inflated by a factor of the number of CPU cores. [46138]({{beats-issue}}46138)[46140]({{beats-pull}}46140)
0 commit comments