diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc index 6aad66a7abf9..d6b9a0f6297c 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 3597d8acbacf..8594a86d3cdc 100644 --- a/CHANGELOG.next.asciidoc +++ b/CHANGELOG.next.asciidoc @@ -100,6 +100,8 @@ https://github.com/elastic/beats/compare/v8.8.1\...main[Check the HEAD diff] - Fix losing events in FIM for OS X by allowing always to walk an added directory to monitor {pull}39362[39362] + + *Filebeat* - [Gcs Input] - Added missing locks for safe concurrency {pull}34914[34914] @@ -413,6 +415,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 15bd59211328..7c0f20789fd6 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. +* <> * <> * <> * <>