diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc index 43cef19f10e1..1b5308195060 100644 --- a/CHANGELOG.asciidoc +++ b/CHANGELOG.asciidoc @@ -3,6 +3,31 @@ :issue: https://github.com/elastic/beats/issues/ :pull: https://github.com/elastic/beats/pull/ +[[release-notes-8.10.3]] +=== Beats version 8.10.3 +https://github.com/elastic/beats/compare/v8.10.2\...v8.10.3[View commits] + +==== Bugfixes + +*Affecting all Beats* +- syslog processor - Fix the ability to use `when` conditions on the processor. {issue}36762[36762] + +*Packetbeat* + +- Fix default cache size calculation. {pull}36723[36723] + +==== Added + +*Filebeat* + +- Update mito CEL extension library to v1.6.0. {pull}36651[36651] +- Re-use buffers to optimise memory allocation in fingerprint mode of filestream {pull}36736[36736] + +*Packetbeat* + +- Improve efficiency of sniffers by deduplicating interface configurations. {issue}36574[36574] {pull}36576[36576] + + [[release-notes-8.10.2]] === Beats version 8.10.2 https://github.com/elastic/beats/compare/v8.10.1\...v8.10.2[View commits] diff --git a/CHANGELOG.next.asciidoc b/CHANGELOG.next.asciidoc index 92781f8bc879..d802d2f1263d 100644 --- a/CHANGELOG.next.asciidoc +++ b/CHANGELOG.next.asciidoc @@ -51,7 +51,6 @@ https://github.com/elastic/beats/compare/v8.8.1\...main[Check the HEAD diff] - 'add_cloud_metadata' processor - update azure metadata api version to get missing `cloud.account.id` field - 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] -- syslog processor - Fix the ability to use `when` conditions on the processor. {issue}36762[36762] *Auditbeat* @@ -89,7 +88,6 @@ https://github.com/elastic/beats/compare/v8.8.1\...main[Check the HEAD diff] *Packetbeat* -- Fix default cache size calculation. {pull}36723[36723] *Winlogbeat* @@ -120,8 +118,6 @@ https://github.com/elastic/beats/compare/v8.8.1\...main[Check the HEAD diff] - Add MySQL authentication message parsing and `related.ip` and `related.user` fields {pull}34810[34810] - Add nginx ingress_controller parsing if one of upstreams fails to return response {pull}34787[34787] - Add oracle authentication messages parsing {pull}35127[35127] -- Update mito CEL extension library to v1.6.0. {pull}36651[36651] -- Re-use buffers to optimise memory allocation in fingerprint mode of filestream {pull}36736[36736] *Auditbeat* @@ -147,7 +143,6 @@ https://github.com/elastic/beats/compare/v8.8.1\...main[Check the HEAD diff] *Packetbeat* -- Improve efficiency of sniffers by deduplicating interface configurations. {issue}36574[36574] {pull}36576[36576] *Winlogbeat* @@ -211,4 +206,7 @@ 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 0163c1f1c14c..63169edc010b 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. +* <> * <> * <> * <>