From 368335c685f2e4da59a2fed0cb84f1c2c5985b90 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Tue, 26 Nov 2024 13:35:01 +0000 Subject: [PATCH] [main](backport #41771) docs: Prepare Changelog for 8.15.5 (#41785) * docs: Prepare Changelog for 8.15.5 (#41771) * docs: Close changelog for 8.15.5 * Update CHANGELOG.asciidoc * Update CHANGELOG.asciidoc Co-authored-by: David Kilfoyle <41695641+kilfoyle@users.noreply.github.com> * Update CHANGELOG.asciidoc --------- Co-authored-by: elasticmachine Co-authored-by: Pierre HILBERT Co-authored-by: David Kilfoyle <41695641+kilfoyle@users.noreply.github.com> (cherry picked from commit b215a4a36788f4e6a125e8b082f47271e39fbde3) # Conflicts: # CHANGELOG.asciidoc # libbeat/docs/release.asciidoc * Update CHANGELOG.asciidoc * Update release.asciidoc --------- Co-authored-by: elastic-vault-github-plugin-prod[bot] <150874479+elastic-vault-github-plugin-prod[bot]@users.noreply.github.com> Co-authored-by: Pierre HILBERT --- CHANGELOG.asciidoc | 21 +++++++++++++++++++++ CHANGELOG.next.asciidoc | 1 + libbeat/docs/release.asciidoc | 1 + 3 files changed, 23 insertions(+) diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc index 0719d26c742..140a231e2c8 100644 --- a/CHANGELOG.asciidoc +++ b/CHANGELOG.asciidoc @@ -129,6 +129,27 @@ filebeat.inputs: - Add `metrics_count` to Prometheus module if `metrics_count: true` is set. {pull}40411[40411] +[[release-notes-8.15.5]] +=== Beats version 8.15.5 +https://github.com/elastic/beats/compare/v8.15.4\...v8.15.5[View commits] + +==== Breaking changes + +*Packetbeat* + +- Expire source port mappings. {pull}41581[41581] + +==== Bugfixes + +*Affecting all Beats* + +- Fix metrics not being ingested, due to "Limit of total fields [10000] has been exceeded while adding new fields [...]". The total fields limit has been increased to 12500. No significant performance impact on Elasticsearch is anticipated. {pull}41640[41640] + +*Filebeat* + +- Fix AWS region in `aws-s3` input S3 polling mode. {pull}41572[41572] + + [[release-notes-8.15.4]] === Beats version 8.15.4 https://github.com/elastic/beats/compare/v8.15.3\...v8.15.4[View commits] diff --git a/CHANGELOG.next.asciidoc b/CHANGELOG.next.asciidoc index ad1ead233ac..d8aca419dda 100644 --- a/CHANGELOG.next.asciidoc +++ b/CHANGELOG.next.asciidoc @@ -177,6 +177,7 @@ https://github.com/elastic/beats/compare/v8.8.1\...main[Check the HEAD diff] - Fix double encoding of client_secret in the Entity Analytics input's Azure Active Directory provider {pull}41393[41393] - Fix aws region in aws-s3 input s3 polling mode. {pull}41572[41572] - Fix errors in SQS host resolution in the `aws-s3` input when using custom (non-AWS) endpoints. {pull}41504[41504] +- Fix double encoding of client_secret in the Entity Analytics input's Azure Active Directory provider {pull}41393[41393] - The azure-eventhub input now correctly reports its status to the Elastic Agent on fatal errors {pull}41469[41469] - Add support for Access Points in the `aws-s3` input. {pull}41495[41495] - Fix the "No such input type exist: 'salesforce'" error on the Windows/AIX platform. {pull}41664[41664] diff --git a/libbeat/docs/release.asciidoc b/libbeat/docs/release.asciidoc index 3d8c7762eae..eb2d9495b5a 100644 --- a/libbeat/docs/release.asciidoc +++ b/libbeat/docs/release.asciidoc @@ -10,6 +10,7 @@ upgrade. * <> * <> +* <> * <> * <> * <>