diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc index 4cb3ed9691a6..5234d9da2d93 100644 --- a/CHANGELOG.asciidoc +++ b/CHANGELOG.asciidoc @@ -79,7 +79,6 @@ https://github.com/elastic/beats/compare/v8.5.3\...v8.6.0[View commits] *Affecting all Beats* - Add `http.pprof` config options for enabling block and mutex profiling. {issue}33572[33572] {pull}33576[33576] -- Added append Processor which will append concrete values or values from a field to target. {issue}29934[29934] {pull}33364[33364] - Add `add_formatted_index` processor that allows the resulting index for an event to be changed based on content from the event. {pull}33800[33800] - deps: Updated to github.com/elastic/go-sysinfo v1.9.0. {pull}33864[33864] - Fix panic due to close of already closed channel during shutdown. {pull}33971[33971] diff --git a/CHANGELOG.next.asciidoc b/CHANGELOG.next.asciidoc index 2728c93ebfde..49e308309a04 100644 --- a/CHANGELOG.next.asciidoc +++ b/CHANGELOG.next.asciidoc @@ -56,6 +56,7 @@ https://github.com/elastic/beats/compare/v8.2.0\...main[Check the HEAD diff] *Filebeat* + - [Azure blob storage] Changed logger field name from `container` to `container_name` so that it does not clash with the ecs field name `container`. {pull}34403[34403] - [GCS] Added support for more mime types & introduced offset tracking via cursor state. Also added support for @@ -84,6 +85,7 @@ https://github.com/elastic/beats/compare/v8.2.0\...main[Check the HEAD diff] - Fixing system tests not returning expected content encoding for azure blob storage input. {pull}34412[34412] *Heartbeat* + - Fix broken zip URL monitors. NOTE: Zip URL Monitors will be removed in version 8.7 and replaced with project monitors. {pull}33723[33723] - Fix bug where states.duration_ms was incorrect type. {pull}33563[33563] - Fix handling of long UDP messages in UDP input. {issue}33836[33836] {pull}33837[33837] @@ -146,6 +148,8 @@ https://github.com/elastic/beats/compare/v8.2.0\...main[Check the HEAD diff] *Affecting all Beats* +- Added append Processor which will append concrete values or values from a field to target. {issue}29934[29934] {pull}33364[33364] + *Auditbeat*