From 76b222421b7f470ff2259b3a32aff12f1f7c5d64 Mon Sep 17 00:00:00 2001 From: Elastic Machine Date: Thu, 2 May 2024 14:59:14 +0100 Subject: [PATCH] docs: Prepare Changelog for 8.13.3 (#39356) Co-authored-by: David Kilfoyle <41695641+kilfoyle@users.noreply.github.com> Co-authored-by: Pierre HILBERT --- CHANGELOG.asciidoc | 42 +++++++++++++++++++++++++++++++++++ CHANGELOG.next.asciidoc | 20 +++-------------- libbeat/docs/release.asciidoc | 1 + 3 files changed, 46 insertions(+), 17 deletions(-) diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc index b1a740c070b..efef7539456 100644 --- a/CHANGELOG.asciidoc +++ b/CHANGELOG.asciidoc @@ -3,6 +3,48 @@ :issue: https://github.com/elastic/beats/issues/ :pull: https://github.com/elastic/beats/pull/ +[[release-notes-8.13.3]] +=== Beats version 8.13.3 +https://github.com/elastic/beats/compare/v8.13.2\...v8.13.3[View commits] + +==== Breaking changes + +*Metricbeat* +- Setting period for counter cache for Prometheus `remote_write` to at least to 60 seconds. {pull}38553[38553] + +==== Bugfixes + +*Affecting all Beats* +- Change cache processor documentation from `write_period` to `write_interval`. {pull}38561[38561] +- Fix cache processor expiries heap cleanup on partial file writes. {pull}38561[38561] +- Fix cache processor expiries infinite growth when large a large TTL is used and recurring keys are cached. {pull}38561[38561] +- Fix parsing of RFC 3164 process IDs in syslog processor. {issue}38947[38947] {pull}38982[38982] + +*Filebeat* + +- Fix indexing failures by re-enabling event normalisation in netflow input. {issue}38703[38703] {pull}38780[38780] +- Fix config validation for CEL and HTTPJSON inputs when using password grant authentication and `client.id` or `client.secret` are not present. {pull}38962[38962] +- Updated Websocket input title to align with existing inputs. {pull}39006[39006] +- [threatintel] MISP splitting fix for empty responses. {issue}38739[38739] {pull}38917[38917] +- Restore netflow input on Windows. {pull}39024[39024] + +==== Added + +*Affecting all Beats* + +- Update Go version to 1.21.9. {pulk}38727[38727] +- The environment variable `BEATS_ADD_CLOUD_METADATA_PROVIDERS` overrides configured/default `add_cloud_metadata` providers. {pull}38669[38669] + +*Auditbeat* + +- Add process data to file events (Linux only, eBPF backend). {pull}38199[38199] +- Add container id to file events (Linux only, eBPF backend). {pull}38328[38328] + +*Metricbeat* + +- Add new fields to configure the lease duration, retry and renew when using leader elector with Kubernetes autodiscover.{pull}38471[38471] + + [[release-notes-8.13.2]] === Beats version 8.13.2 https://github.com/elastic/beats/compare/v8.13.1\...v8.13.2[View commits] diff --git a/CHANGELOG.next.asciidoc b/CHANGELOG.next.asciidoc index 4fabf6dc6ff..b62a69d8359 100644 --- a/CHANGELOG.next.asciidoc +++ b/CHANGELOG.next.asciidoc @@ -21,7 +21,6 @@ https://github.com/elastic/beats/compare/v8.8.1\...main[Check the HEAD diff] *Heartbeat* *Metricbeat* -- Setting period for counter cache for Prometheus remote_write at least to 60sec {pull}38553[38553] *Osquerybeat* @@ -53,10 +52,6 @@ https://github.com/elastic/beats/compare/v8.8.1\...main[Check the HEAD diff] - Upgraded apache arrow library used in x-pack/libbeat/reader/parquet from v11 to v12.0.1 in order to fix cross-compilation issues {pull}35640[35640] - Fix panic when MaxRetryInterval is specified, but RetryInterval is not {pull}35820[35820] - Support build of projects outside of beats directory {pull}36126[36126] -- Change cache processor documentation from `write_period` to `write_interval`. {pull}38561[38561] -- Fix cache processor expiries heap cleanup on partial file writes. {pull}38561[38561] -- Fix cache processor expiries infinite growth when large a large TTL is used and recurring keys are cached. {pull}38561[38561] -- Fix parsing of RFC 3164 process IDs in syslog processor. {issue}38947[38947] {pull}38982[38982] *Auditbeat* @@ -79,11 +74,6 @@ https://github.com/elastic/beats/compare/v8.8.1\...main[Check the HEAD diff] - Fix handling of Juniper SRX structured data when there is no leading junos element. {issue}36270[36270] {pull}36308[36308] - Fix Filebeat Cisco module with missing escape character {issue}36325[36325] {pull}36326[36326] - Added a fix for Crowdstrike pipeline handling process arrays {pull}36496[36496] -- Fix indexing failures by re-enabling event normalisation in netflow input. {issue}38703[38703] {pull}38780[38780] -- Fix config validation for CEL and HTTPJSON inputs when using password grant authentication and `client.id` or `client.secret` are not present. {pull}38962[38962] -- Updated Websocket input title to align with existing inputs {pull}39006[39006] -- [threatintel] MISP splitting fix for empty responses {issue}38739[38739] {pull}38917[38917] -- Restore netflow input on Windows {pull}39024[39024] *Heartbeat* @@ -115,15 +105,9 @@ https://github.com/elastic/beats/compare/v8.8.1\...main[Check the HEAD diff] - Beats will now connect to older Elasticsearch instances by default {pull}36884[36884] - Raise up logging level to warning when attempting to configure beats with unknown fields from autodiscovered events/environments - elasticsearch output now supports `idle_connection_timeout`. {issue}35616[35615] {pull}36843[36843] -- Update to Go 1.21.9. {pulk}38727[38727] -- The environment variable `BEATS_ADD_CLOUD_METADATA_PROVIDERS` overrides configured/default `add_cloud_metadata` providers {pull}38669[38669] *Auditbeat* -- Add linux capabilities to processes in the system/process. {pull}37453[37453] -- Add opt-in eBPF backend for file_integrity module. {pull}37223[37223] -- Add process data to file events (Linux only, eBPF backend). {pull}38199[38199] -- Add container id to file events (Linux only, eBPF backend). {pull}38328[38328] *Filebeat* @@ -160,7 +144,6 @@ https://github.com/elastic/beats/compare/v8.8.1\...main[Check the HEAD diff] *Metricbeat* -- Add new fields to configure the lease duration, retry and renew when using leader elector with kubernetes autodiscover.{pull}38471[38471] - Add per-thread metrics to system_summary {pull}33614[33614] - Add GCP CloudSQL metadata {pull}33066[33066] - Add GCP Carbon Footprint metricbeat data {pull}34820[34820] @@ -278,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 69cb6b5925f..15bd5921132 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. +* <> * <> * <> * <>