From 0eec8ff45f51d82dbdf1d4c1a363110ad526a648 Mon Sep 17 00:00:00 2001 From: "elastic-vault-github-plugin-prod[bot]" <150874479+elastic-vault-github-plugin-prod[bot]@users.noreply.github.com> Date: Tue, 26 Nov 2024 10:48:56 +0100 Subject: [PATCH 1/3] 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 --- CHANGELOG.asciidoc | 21 +++++++++++++++++++++ CHANGELOG.next.asciidoc | 3 +++ libbeat/docs/release.asciidoc | 4 ++++ 3 files changed, 28 insertions(+) diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc index 033ae02040d..52b0d3d05eb 100644 --- a/CHANGELOG.asciidoc +++ b/CHANGELOG.asciidoc @@ -3,9 +3,15 @@ :issue: https://github.com/elastic/beats/issues/ :pull: https://github.com/elastic/beats/pull/ +<<<<<<< HEAD [[release-notes-8.16.1]] === Beats version 8.16.1 https://github.com/elastic/beats/compare/v8.16.0\...v8.16.1[View commits] +======= +[[release-notes-8.15.5]] +=== Beats version 8.15.5 +https://github.com/elastic/beats/compare/v8.15.4\...v8.15.5[View commits] +>>>>>>> b215a4a367 (docs: Prepare Changelog for 8.15.5 (#41771)) ==== Breaking changes @@ -15,6 +21,7 @@ https://github.com/elastic/beats/compare/v8.16.0\...v8.16.1[View commits] ==== Bugfixes +<<<<<<< HEAD *Filebeat* - Fix AWS region in aws-s3 input S3 polling mode. {pull}41572[41572] @@ -23,6 +30,20 @@ https://github.com/elastic/beats/compare/v8.16.0\...v8.16.1[View commits] [[release-notes-8.16.0]] === Beats version 8.16.0 https://github.com/elastic/beats/compare/v8.15.4\...v8.16.0[View commits] +======= +*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] +>>>>>>> b215a4a367 (docs: Prepare Changelog for 8.15.5 (#41771)) ==== Known issues diff --git a/CHANGELOG.next.asciidoc b/CHANGELOG.next.asciidoc index 375bf0e04f7..2c26fea6305 100644 --- a/CHANGELOG.next.asciidoc +++ b/CHANGELOG.next.asciidoc @@ -163,6 +163,9 @@ https://github.com/elastic/beats/compare/v8.8.1\...main[Check the HEAD diff] - Fix aws region in aws-s3 input s3 polling mode. {pull}41572[41572] - 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] +- Log bad handshake details when websocket connection fails {pull}41300[41300] +- 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] *Heartbeat* diff --git a/libbeat/docs/release.asciidoc b/libbeat/docs/release.asciidoc index 3d8c7762eae..2b18e51a3d0 100644 --- a/libbeat/docs/release.asciidoc +++ b/libbeat/docs/release.asciidoc @@ -8,8 +8,12 @@ This section summarizes the changes in each release. Also read <> for more detail about changes that affect upgrade. +<<<<<<< HEAD * <> * <> +======= +* <> +>>>>>>> b215a4a367 (docs: Prepare Changelog for 8.15.5 (#41771)) * <> * <> * <> From d889460719d58fdfe77ceef8386067c506163dee Mon Sep 17 00:00:00 2001 From: Pierre HILBERT Date: Tue, 26 Nov 2024 11:03:11 +0100 Subject: [PATCH 2/3] Update CHANGELOG.asciidoc --- CHANGELOG.asciidoc | 42 +++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc index 52b0d3d05eb..b4d0bca1f27 100644 --- a/CHANGELOG.asciidoc +++ b/CHANGELOG.asciidoc @@ -3,15 +3,9 @@ :issue: https://github.com/elastic/beats/issues/ :pull: https://github.com/elastic/beats/pull/ -<<<<<<< HEAD [[release-notes-8.16.1]] === Beats version 8.16.1 https://github.com/elastic/beats/compare/v8.16.0\...v8.16.1[View commits] -======= -[[release-notes-8.15.5]] -=== Beats version 8.15.5 -https://github.com/elastic/beats/compare/v8.15.4\...v8.15.5[View commits] ->>>>>>> b215a4a367 (docs: Prepare Changelog for 8.15.5 (#41771)) ==== Breaking changes @@ -21,7 +15,6 @@ https://github.com/elastic/beats/compare/v8.15.4\...v8.15.5[View commits] ==== Bugfixes -<<<<<<< HEAD *Filebeat* - Fix AWS region in aws-s3 input S3 polling mode. {pull}41572[41572] @@ -30,20 +23,6 @@ https://github.com/elastic/beats/compare/v8.15.4\...v8.15.5[View commits] [[release-notes-8.16.0]] === Beats version 8.16.0 https://github.com/elastic/beats/compare/v8.15.4\...v8.16.0[View commits] -======= -*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] ->>>>>>> b215a4a367 (docs: Prepare Changelog for 8.15.5 (#41771)) ==== Known issues @@ -150,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] From e6ba7ba0b36db0f1dbfe689c4fa5dcc8429a4450 Mon Sep 17 00:00:00 2001 From: Pierre HILBERT Date: Tue, 26 Nov 2024 11:03:30 +0100 Subject: [PATCH 3/3] Update release.asciidoc --- libbeat/docs/release.asciidoc | 3 --- 1 file changed, 3 deletions(-) diff --git a/libbeat/docs/release.asciidoc b/libbeat/docs/release.asciidoc index 2b18e51a3d0..eb2d9495b5a 100644 --- a/libbeat/docs/release.asciidoc +++ b/libbeat/docs/release.asciidoc @@ -8,12 +8,9 @@ This section summarizes the changes in each release. Also read <> for more detail about changes that affect upgrade. -<<<<<<< HEAD * <> * <> -======= * <> ->>>>>>> b215a4a367 (docs: Prepare Changelog for 8.15.5 (#41771)) * <> * <> * <>