diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc index efef7539456..cc4fc7df238 100644 --- a/CHANGELOG.asciidoc +++ b/CHANGELOG.asciidoc @@ -3,6 +3,23 @@ :issue: https://github.com/elastic/beats/issues/ :pull: https://github.com/elastic/beats/pull/ +[[release-notes-8.13.4]] +=== Beats version 8.13.4 +https://github.com/elastic/beats/compare/v8.13.3\...v8.13.4[View commits] + +==== Bugfixes + +*Auditbeat* + +- Prevent scenario of losing children-related file events in a directory for recursive fsnotify backend of auditbeat file integrity module. {pull}39133[39133] +- Allow extra syscalls by auditbeat required in FIM with kprobes back-end. {pull}39361[39361] +- Fix losing events in FIM for MacOS X by allowing always to walk an added directory to monitor. {pull}39362[39362] + +*Metricbeat* + +- Fix Azure Monitor support for multiple aggregation types. {issue}39192[39192] {pull}39204[39204] + + [[release-notes-8.13.3]] === Beats version 8.13.3 https://github.com/elastic/beats/compare/v8.13.2\...v8.13.3[View commits] diff --git a/CHANGELOG.next.asciidoc b/CHANGELOG.next.asciidoc index 66feb1b4c58..caa91b893aa 100644 --- a/CHANGELOG.next.asciidoc +++ b/CHANGELOG.next.asciidoc @@ -56,9 +56,6 @@ https://github.com/elastic/beats/compare/v8.8.1\...main[Check the HEAD diff] *Auditbeat* -- Prevent scenario of losing children-related file events in a directory for recursive fsnotify backend of auditbeat file integrity module {pull}39133[39133] -- Allow extra syscalls by auditbeat required in FIM with kprobes back-end {pull}39361[39361] -- Fix losing events in FIM for OS X by allowing always to walk an added directory to monitor {pull}39362[39362] *Filebeat* @@ -81,7 +78,6 @@ https://github.com/elastic/beats/compare/v8.8.1\...main[Check the HEAD diff] *Metricbeat* -- Fix Azure Monitor support for multiple aggregation types {issue}39192[39192] {pull}39204[39204] *Osquerybeat* @@ -265,6 +261,9 @@ https://github.com/elastic/beats/compare/v8.8.1\...main[Check the HEAD diff] + + + diff --git a/libbeat/docs/release.asciidoc b/libbeat/docs/release.asciidoc index 15bd5921132..7c0f20789fd 100644 --- a/libbeat/docs/release.asciidoc +++ b/libbeat/docs/release.asciidoc @@ -8,6 +8,7 @@ This section summarizes the changes in each release. Also read <> for more detail about changes that affect upgrade. +* <> * <> * <> * <>