From 9f2f7445453bbf06bfb222fa86328d3abcf67561 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Fri, 6 Sep 2024 12:20:47 -0700 Subject: [PATCH] docs: Prepare Changelog for 8.15.1 (#40695) (#40700) Co-authored-by: Craig MacKenzie (cherry picked from commit fff09dc5cd07838fad2e03a02baa89250a4ab8a3) Co-authored-by: elastic-vault-github-plugin-prod[bot] <150874479+elastic-vault-github-plugin-prod[bot]@users.noreply.github.com> Co-authored-by: Julien Lind --- CHANGELOG.asciidoc | 46 +++++++++++++++++++++++++++++++++++ CHANGELOG.next.asciidoc | 6 ++--- libbeat/docs/release.asciidoc | 1 + 3 files changed, 50 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc index 52369a29a03..339720a41b8 100644 --- a/CHANGELOG.asciidoc +++ b/CHANGELOG.asciidoc @@ -3,6 +3,52 @@ :issue: https://github.com/elastic/beats/issues/ :pull: https://github.com/elastic/beats/pull/ +[[release-notes-8.15.1]] +=== Beats version 8.15.1 +https://github.com/elastic/beats/compare/v8.15.0\...v8.15.1[View commits] + +==== Bugfixes + +*Affecting all Beats* + +- Aborts all active connections for Elasticsearch output. {pull}40572[40572] +- Closes beat Publisher on beat stop and by the Agent manager. {pull}40572[40572] +- Fix handling of escaped brackets in syslog structured data. {issue}40445[40445] {pull}40446[40446] + +*Auditbeat* + +- Fix segfaults that may happen if user runs multiple instances of the package metricset {pull}40525[40525] +- Fix incorrect definition of struct utmp for arm64 {pull}40541[40541] + +*Filebeat* + +- Relax requirements in Okta entity analytics provider user and device profile data shape. {pull}40359[40359] +- Fix bug in Okta entity analytics rate limit logic. {issue}40106[40106] {pull}40267[40267] +- Fix order of configuration for EntraID entity analytics provider. {pull}40487[40487] +- Ensure Entra ID request bodies are not truncated and trace logs are rotated before 100MB. {pull}40494[40494] +- The Elasticsearch output now correctly logs the event fields to the event log file {issue}40509[40509] {pull}40512[40512] +- Fix the "No such input type exist: 'azure-eventhub'" error on the Windows platform {issue}40608[40608] {pull}40609[40609] +- awss3 input: Fix handling of SQS notifications that don't contain a region. {pull}40628[40628] +- Fix credential handling when workload identity is being used in GCS input. {issue}39977[39977] {pull}40663[40663] +- Fix high IO and handling of a corrupted registry log file. {pull}35893[35893] +- Fix filestream's registry GC: registry entries will never be removed if clean_inactive is set to "-1". {pull}40258[40258] + +*Metricbeat* + +- Fix first HTTP 401 error when fetching metrics from the Kubelet API caused by a token update {pull}40636[40636] +- Fix needlessly verbose logging in cgroups setup {issue}40620[40620] + +==== Added + +*Filebeat* + +- Enable file ingestion to report detailed status to Elastic Agent {pull}40075[40075] +- Added `ignore_empty_values` flag in `decode_cef` Filebeat processor. {pull}40268[40268] + +*Metricbeat* + +- Added back `elasticsearch.node.stats.jvm.mem.pools.*` to the `node_stats` metricset {pull}40571[40571] + [[release-notes-8.15.0]] === Beats version 8.15.0 https://github.com/elastic/beats/compare/v8.14.3\...v8.15.0[View commits] diff --git a/CHANGELOG.next.asciidoc b/CHANGELOG.next.asciidoc index c49f632b297..cfca6ac5034 100644 --- a/CHANGELOG.next.asciidoc +++ b/CHANGELOG.next.asciidoc @@ -117,8 +117,6 @@ https://github.com/elastic/beats/compare/v8.8.1\...main[Check the HEAD diff] *Auditbeat* -- Fix segfaults that may happen if user runs multiple instances of the package metricset {pull}40525[40525] -- Fix incorrect definition of struct utmp for arm64 {pull}40541[40541] *Filebeat* @@ -173,7 +171,6 @@ https://github.com/elastic/beats/compare/v8.8.1\...main[Check the HEAD diff] *Metricbeat* -- Fix first HTTP 401 error when fetching metrics from the Kubelet API caused by a token update {pull}40636[40636] - Fix Azure Monitor 429 error by causing metricbeat to retry the request again. {pull}38294[38294] - Fix fields not being parsed correctly in postgresql/database {issue}25301[25301] {pull}37720[37720] - rabbitmq/queue - Change the mapping type of `rabbitmq.queue.consumers.utilisation.pct` to `scaled_float` from `long` because the values fall within the range of `[0.0, 1.0]`. Previously, conversion to integer resulted in reporting either `0` or `1`. @@ -378,3 +375,6 @@ https://github.com/elastic/beats/compare/v8.8.1\...main[Check the HEAD diff] ==== Known Issues + + + diff --git a/libbeat/docs/release.asciidoc b/libbeat/docs/release.asciidoc index 8dfc6167732..ae01beb5c4f 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. +* <> * <> * <> * <>