From 8a03596954eded5126542c8647b074fbc28f7a13 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Thu, 7 Dec 2023 18:15:01 +0100 Subject: [PATCH] docs: Prepare Changelog for 8.11.2 (#37327) (#37341) * docs: Close changelog for 8.11.2 * Update CHANGELOG.asciidoc * Apply suggestions from code review Co-authored-by: Craig MacKenzie Co-authored-by: David Kilfoyle <41695641+kilfoyle@users.noreply.github.com> * Update CHANGELOG.asciidoc --------- Co-authored-by: Pierre HILBERT Co-authored-by: Craig MacKenzie Co-authored-by: David Kilfoyle <41695641+kilfoyle@users.noreply.github.com> (cherry picked from commit 7fc88b127702890b5cc37a9c42346b8eb948a393) Co-authored-by: Elastic Machine --- CHANGELOG.asciidoc | 47 +++++++++++++++++++++++++++++++++++ CHANGELOG.next.asciidoc | 22 ++++++---------- libbeat/docs/release.asciidoc | 1 + 3 files changed, 56 insertions(+), 14 deletions(-) diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc index 98253379f22..f0fccce54da 100644 --- a/CHANGELOG.asciidoc +++ b/CHANGELOG.asciidoc @@ -3,6 +3,53 @@ :issue: https://github.com/elastic/beats/issues/ :pull: https://github.com/elastic/beats/pull/ +[[release-notes-8.11.2]] +=== Beats version 8.11.2 +https://github.com/elastic/beats/compare/v8.11.1\...v8.11.2[View commits] + +==== Breaking changes + +*Affecting all Beats* +- Avoid logging fields values when handling Elasticsearch output errors except at the debug log level. The debug log level must now be used to see detailed errors, for example mapping errors and their cause. {pull}37229[37229] + +==== Bugfixes + +*Affecting all Beats* +- Fix memqueue producer blocking indefinitely even after being cancelled. {issue}22813[22813] {pull}37077[37077] + +*Auditbeat* + +- Fix documentation regarding socket type selection. {issue}37174[37174] {pull}37175[37175] +- Fix guess trigger for system/socket credentials on newer kernels. {issue}36905[36905] {pull}37136[37136] + +*Filebeat* + +- Do not error when Okta API returns no data. {pull}37092[37092] +- Fix request body close behaviour in HTTP_Endpoint when handling GZIP compressed content. {pull}37091[37091] +- Make CEL input `now` global evaluate to a time in UTC. {pull}37159[37159] + +*Heartbeat* + +- Fix mapping errors with invalid URLs. {pull}37255[37255] + +*Metricbeat* + +- Fix memory leak on Windows {issue}37142[37142] {pull}37171[37171] +- Enhance Azure Metrics metricset with refined grouping logic and resolved duplication issues for TSDB compatibility. {pull}36823[36823] +- Fix unintended skip in metric collection on Azure Monitor. {issue}37204[37204] {pull}37203[37203] +- Fix the "api-version query parameter (?api-version=) is required for all requests" error in Azure Billing. {pull}37158[37158] + +*Winlogbeat* + +- Fix dashboards under Kibana 8.x. {issue}37080[37080] {pull}37085[37085] + +==== Added + +*Affecting all Beats* + +- Upgrade to Go 1.20.11. {pull}37123[37123] + + [[release-notes-8.11.1]] === Beats version 8.11.1 https://github.com/elastic/beats/compare/v8.11.0\...v8.11.1[View commits] diff --git a/CHANGELOG.next.asciidoc b/CHANGELOG.next.asciidoc index 39f80047af3..76a221a4070 100644 --- a/CHANGELOG.next.asciidoc +++ b/CHANGELOG.next.asciidoc @@ -9,15 +9,11 @@ https://github.com/elastic/beats/compare/v8.8.1\...main[Check the HEAD diff] ==== Breaking changes *Affecting all Beats* -- The Elasticsearch output now enables compression by default. This decreases network data usage by an average of 70-80%, in exchange for 20-25% increased CPU use and ~10% increased ingestion time. The previous default can be restored by setting the flag `compression_level: 0` under `output.elasticsearch`. {pull}36681[36681] -- Elastic-agent-autodiscover library updated to version 0.6.4, disabling metadata for deployment and cronjob. Pods that will be created from deployments or cronjobs will not have the extra metadata field for kubernetes.deployment or kubernetes.cronjob, respectively. {pull}36877[36877] -- Defaults are changing for some options in the queue and Elasticsearch output, to improve typical performance based on current benchmark data. All changes can be overridden by setting them explicitly in the beat configuration. {pull}36990[36990] The changes are: - - `queue.mem.events` is changing from `4096` to `3200`. - - `queue.mem.flush.min_events` is changing from `2048` to `1600`. - - `queue.mem.flush.timeout` is changing from `1s` to `10s`. - - `output.elasticsearch.bulk_max_size` is changing from `50` to `1600`. - - `output.elasticsearch.idle_connection_timeout` is changing from `60s` to `3s`. -- Avoid logging fields values when handling Elasticsearch output errors except at the debug log level. The debug log level must now be used to see detailed errors, for example mapping errors and their cause. {pull}37229[37229] +- `queue.mem.events` is changing from `4096` to `3200`. +- `queue.mem.flush.min_events` is changing from `2048` to `1600`. +- `queue.mem.flush.timeout` is changing from `1s` to `10s`. +- `output.elasticsearch.bulk_max_size` is changing from `50` to `1600`. +- `output.elasticsearch.idle_connection_timeout` is changing from `60s` to `3s`. *Auditbeat* @@ -62,12 +58,9 @@ 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] -- Fix memqueue producer blocking indefinitely even after being cancelled {issue}22813[22813] {pull}37077[37077] *Auditbeat* -- Fix documentation regarding socket type selection. {issue}37174[37174] {pull}37175[37175] -- Fix guess trigger for system/socket creds on newer kernels. {issue}36905[36905] {pull}37136[37136] *Filebeat* @@ -98,7 +91,6 @@ https://github.com/elastic/beats/compare/v8.8.1\...main[Check the HEAD diff] *Heartbeat* - Fix panics when parsing dereferencing invalid parsed url. {pull}34702[34702] -- Fix mapping errors with invalid urls. {pull}37255[37255] *Metricbeat* @@ -134,7 +126,6 @@ https://github.com/elastic/beats/compare/v8.8.1\...main[Check the HEAD diff] *Winlogbeat* -- Fix dashboards under Kibana 8.x. {issue}37080[37080] {pull}37085[37085] *Elastic Logging Plugin* @@ -336,6 +327,9 @@ Setting environmental variable ELASTIC_NETINFO:false in Elastic Agent pod will d + + + diff --git a/libbeat/docs/release.asciidoc b/libbeat/docs/release.asciidoc index 3e5bfdc177d..027c6099923 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. +* <> * <> * <> * <>