From 66b9509163378fdeced39fd139302c784d4bb60f Mon Sep 17 00:00:00 2001 From: elasticmachine Date: Mon, 25 Nov 2024 11:19:18 +0000 Subject: [PATCH 1/4] docs: Close changelog for 8.15.5 --- CHANGELOG.asciidoc | 165 ++++++++++++++++++++++++++++++++++ CHANGELOG.next.asciidoc | 7 +- libbeat/docs/release.asciidoc | 1 + 3 files changed, 169 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc index 114b3b3686ae..785d7a87fe37 100644 --- a/CHANGELOG.asciidoc +++ b/CHANGELOG.asciidoc @@ -3,6 +3,171 @@ :issue: https://github.com/elastic/beats/issues/ :pull: https://github.com/elastic/beats/pull/ +[[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 + +*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] + +*Auditbeat* + + +*Filebeat* + + +*Heartbeat* + + +*Metricbeat* + + +*Osquerybeat* + + +*Packetbeat* + +- Expire source port mappings. {pull}41581[41581] + +*Winlogbeat* + + +*Functionbeat* + + +*Elastic Logging Plugin* + + +==== Bugfixes + +*Affecting all Beats* + + +*Auditbeat* + + +*Filebeat* + +- Fix aws region in aws-s3 input s3 polling mode. {pull}41572[41572] + +*Heartbeat* + + +*Heartbeat* + + +*Metricbeat* + + +*Osquerybeat* + + +*Packetbeat* + + +*Winlogbeat* + + +*Elastic Logging Plugin* + + +==== Added + +*Affecting all Beats* + + +*Auditbeat* + + +*Auditbeat* + + +*Auditbeat* + + +*Filebeat* + + +*Auditbeat* + + +*Libbeat* + + + +*Heartbeat* + + +*Metricbeat* + + +*Metricbeat* + + +*Osquerybeat* + + +*Packetbeat* + + +*Winlogbeat* + + +*Functionbeat* + +*Elastic Log Driver* +*Elastic Logging Plugin* + + +==== Deprecated + +*Auditbeat* + + +*Filebeat* + + +*Heartbeat* + + + +*Metricbeat* + + +*Osquerybeat* + + +*Packetbeat* + + +*Winlogbeat* + + +*Functionbeat* + + +*Elastic Logging Plugin* + + +==== Known Issues + + + + + + + + + + + + + + + [[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 463ffc7772e7..ed7fd54f212e 100644 --- a/CHANGELOG.next.asciidoc +++ b/CHANGELOG.next.asciidoc @@ -10,7 +10,6 @@ https://github.com/elastic/beats/compare/v8.8.1\...main[Check the HEAD diff] *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] *Auditbeat* @@ -40,7 +39,6 @@ https://github.com/elastic/beats/compare/v8.8.1\...main[Check the HEAD diff] *Packetbeat* -- Expire source port mappings. {pull}41581[41581] *Winlogbeat* @@ -99,9 +97,7 @@ https://github.com/elastic/beats/compare/v8.8.1\...main[Check the HEAD diff] - Prevent GCP Pub/Sub input blockage by increasing default value of `max_outstanding_messages` {issue}35029[35029] {pull}38985[38985] - Updated Websocket input title to align with existing inputs {pull}39006[39006] - Log bad handshake details when websocket connection fails {pull}41300[41300] -- Improve modification time handling for entities and entity deletion logic in the Active Directory entityanalytics input. {pull}41179[41179] - 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] - The azure-eventhub input now correctly reports its status to the Elastic Agent on fatal errors {pull}41469[41469] *Heartbeat* @@ -269,3 +265,6 @@ 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 f9b46d9120ca..7e03e57654f9 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. +* <> * <> * <> * <> From b7884de054837fac18ed5a2355ebd0e9e3675445 Mon Sep 17 00:00:00 2001 From: Pierre HILBERT Date: Mon, 25 Nov 2024 12:21:25 +0100 Subject: [PATCH 2/4] Update CHANGELOG.asciidoc --- CHANGELOG.asciidoc | 144 --------------------------------------------- 1 file changed, 144 deletions(-) diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc index 785d7a87fe37..d5732cbb771c 100644 --- a/CHANGELOG.asciidoc +++ b/CHANGELOG.asciidoc @@ -13,160 +13,16 @@ https://github.com/elastic/beats/compare/v8.15.4\...v8.15.5[View commits] - 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] -*Auditbeat* - - -*Filebeat* - - -*Heartbeat* - - -*Metricbeat* - - -*Osquerybeat* - - *Packetbeat* - Expire source port mappings. {pull}41581[41581] -*Winlogbeat* - - -*Functionbeat* - - -*Elastic Logging Plugin* - - ==== Bugfixes -*Affecting all Beats* - - -*Auditbeat* - - *Filebeat* - Fix aws region in aws-s3 input s3 polling mode. {pull}41572[41572] -*Heartbeat* - - -*Heartbeat* - - -*Metricbeat* - - -*Osquerybeat* - - -*Packetbeat* - - -*Winlogbeat* - - -*Elastic Logging Plugin* - - -==== Added - -*Affecting all Beats* - - -*Auditbeat* - - -*Auditbeat* - - -*Auditbeat* - - -*Filebeat* - - -*Auditbeat* - - -*Libbeat* - - - -*Heartbeat* - - -*Metricbeat* - - -*Metricbeat* - - -*Osquerybeat* - - -*Packetbeat* - - -*Winlogbeat* - - -*Functionbeat* - -*Elastic Log Driver* -*Elastic Logging Plugin* - - -==== Deprecated - -*Auditbeat* - - -*Filebeat* - - -*Heartbeat* - - - -*Metricbeat* - - -*Osquerybeat* - - -*Packetbeat* - - -*Winlogbeat* - - -*Functionbeat* - - -*Elastic Logging Plugin* - - -==== Known Issues - - - - - - - - - - - - - - [[release-notes-8.15.4]] === Beats version 8.15.4 From 0d801f28ad199ea72dcd4d35b14c2241b3288be5 Mon Sep 17 00:00:00 2001 From: Pierre HILBERT Date: Mon, 25 Nov 2024 15:49:58 +0100 Subject: [PATCH 3/4] Update CHANGELOG.asciidoc Co-authored-by: David Kilfoyle <41695641+kilfoyle@users.noreply.github.com> --- CHANGELOG.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc index d5732cbb771c..577d8bdad7d9 100644 --- a/CHANGELOG.asciidoc +++ b/CHANGELOG.asciidoc @@ -21,7 +21,7 @@ https://github.com/elastic/beats/compare/v8.15.4\...v8.15.5[View commits] *Filebeat* -- Fix aws region in aws-s3 input s3 polling mode. {pull}41572[41572] +- Fix AWS region in `aws-s3` input S3 polling mode. {pull}41572[41572] [[release-notes-8.15.4]] From 89d55a9f3364ffe2d61ea7a7883ccaf449910487 Mon Sep 17 00:00:00 2001 From: Pierre HILBERT Date: Tue, 26 Nov 2024 08:54:52 +0100 Subject: [PATCH 4/4] Update CHANGELOG.asciidoc --- CHANGELOG.asciidoc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc index 577d8bdad7d9..78998b18e2c8 100644 --- a/CHANGELOG.asciidoc +++ b/CHANGELOG.asciidoc @@ -9,16 +9,16 @@ https://github.com/elastic/beats/compare/v8.15.4\...v8.15.5[View commits] ==== Breaking changes -*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] - *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]