Skip to content

Commit ce4a17b

Browse files
docs: Prepare Changelog for 8.15.4 (elastic#41574) (elastic#41604)
* docs: Close changelog for 8.15.4 * Update CHANGELOG.asciidoc --------- Co-authored-by: elasticmachine <elasticmachine@elastic.co> Co-authored-by: Pierre HILBERT <pierre.hilbert@elastic.co> (cherry picked from commit 4e683b7) Co-authored-by: elastic-vault-github-plugin-prod[bot] <150874479+elastic-vault-github-plugin-prod[bot]@users.noreply.github.com>
1 parent c878397 commit ce4a17b

File tree

3 files changed

+52
-1
lines changed

3 files changed

+52
-1
lines changed

CHANGELOG.asciidoc

+47
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,53 @@
33
:issue: https://github.com/elastic/beats/issues/
44
:pull: https://github.com/elastic/beats/pull/
55

6+
[[release-notes-8.15.4]]
7+
=== Beats version 8.15.4
8+
https://github.com/elastic/beats/compare/v8.15.3\...v8.15.4[View commits]
9+
10+
==== Breaking changes
11+
12+
*Osquerybeat*
13+
14+
- Disable `allow_unsafe` osquery configuration. {pull}40130[40130]
15+
16+
==== Bugfixes
17+
18+
*Affecting all Beats*
19+
20+
- Fix issue where old data could be saved in the memory queue after acknowledgment, increasing memory use. {pull}41356[41356]
21+
22+
*Filebeat*
23+
24+
- Log bad handshake details when websocket connection fails. {pull}41300[41300]
25+
- Improve modification time handling for entities and entity deletion logic in the Active Directory entityanalytics input. {pull}41179[41179]
26+
- Fix double encoding of `client_secret` in the Entity Analytics input's Azure Active Directory provider. {pull}41393[41393]
27+
- The azure-eventhub input now correctly reports its status to the Elastic Agent on fatal errors. {pull}41469[41469]
28+
29+
*Metricbeat*
30+
31+
- Fix Kubernetes metadata sometimes not being present after startup. {pull}41216[41216]
32+
33+
*Winlogbeat*
34+
35+
- Fix truncated windows event log message. {pull}41327[41327]
36+
37+
==== Added
38+
39+
*Affecting all Beats*
40+
41+
- Replace Ubuntu 20.04 with 24.04 for Docker base images. {issue}40743[40743] {pull}40942[40942]
42+
- Reduce memory consumption of k8s autodiscovery and the `add_kubernetes_metadata` processor when Deployment metadata is enabled.
43+
44+
*Heartbeat*
45+
46+
- Add monitor status reporter under managed mode. {pull}41077[41077]
47+
48+
*Metricbeat*
49+
50+
- Only watch metadata for ReplicaSets in metricbeat k8s module. {pull}41289[41289]
51+
52+
653
[[release-notes-8.15.3]]
754
=== Beats version 8.15.3
855
https://github.com/elastic/beats/compare/v8.15.2\...v8.15.3[View commits]

CHANGELOG.next.asciidoc

+4-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ https://github.com/elastic/beats/compare/v8.8.1\...main[Check the HEAD diff]
8383
*Winlogbeat*
8484

8585
- Add "event.category" and "event.type" to Sysmon module for EventIDs 8, 9, 19, 20, 27, 28, 255 {pull}35193[35193]
86-
- Fix truncated windows event log message {pull}41327[41327]
8786

8887
*Functionbeat*
8988

@@ -243,6 +242,7 @@ https://github.com/elastic/beats/compare/v8.8.1\...main[Check the HEAD diff]
243242
- Reduce memory consumption of k8s autodiscovery and the add_kubernetes_metadata processor when Deployment metadata is enabled
244243
- Add `lowercase` processor. {issue}22254[22254] {pull}41424[41424]
245244
- Add `uppercase` processor. {issue}22254[22254] {pull}41535[41535]
245+
246246
*Auditbeat*
247247

248248
- Added `add_session_metadata` processor, which enables session viewer on Auditbeat data. {pull}37640[37640]
@@ -447,3 +447,6 @@ https://github.com/elastic/beats/compare/v8.8.1\...main[Check the HEAD diff]
447447

448448

449449

450+
451+
452+

libbeat/docs/release.asciidoc

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ This section summarizes the changes in each release. Also read
88
<<breaking-changes>> for more detail about changes that affect
99
upgrade.
1010

11+
* <<release-notes-8.15.4>>
1112
* <<release-notes-8.15.3>>
1213
* <<release-notes-8.15.2>>
1314
* <<release-notes-8.15.1>>

0 commit comments

Comments
 (0)