From 87ff28c6da5d68ec02f31165121b6205d77f96e6 Mon Sep 17 00:00:00 2001 From: elasticmachine Date: Sun, 13 Jul 2025 11:12:37 +0000 Subject: [PATCH 1/4] docs: Close changelog for 8.17.9 --- CHANGELOG.asciidoc | 201 ++++++++++++++++++++++++++++++++++ CHANGELOG.next.asciidoc | 10 +- libbeat/docs/release.asciidoc | 1 + 3 files changed, 205 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc index 511a8808053f..e3895ca0eb1a 100644 --- a/CHANGELOG.asciidoc +++ b/CHANGELOG.asciidoc @@ -2,6 +2,207 @@ // each other on Github, so don't worry too much on using the right prefix. :issue: https://github.com/elastic/beats/issues/ :pull: https://github.com/elastic/beats/pull/ + +[[release-notes-8.17.9]] +=== Beats version 8.17.9 +https://github.com/elastic/beats/compare/v8.17.8\...v8.17.9[View commits] + +==== Breaking changes + +*Affecting all Beats* + + +*Auditbeat* + + +*Filebeat* + + +*Heartbeat* + + +*Metricbeat* + +- Change index summary metricset to use `_nodes/stats` API instead of `_stats` API to avoid data gaps. {pull}45049[45049] +- Add support for `_nodes/stats` URIs that work with legacy versions of Elasticsearch {pull}44307[44307] + +*Osquerybeat* + + + +*Packetbeat* + + +*Winlogbeat* + + +*Functionbeat* + + +*Elastic Logging Plugin* + + +==== Bugfixes + +*Affecting all Beats* + +- The Elasticsearch output now correctly applies exponential backoff when being throttled by 429s ("too many requests") from Elasticsarch. {issue}36926[36926] {pull}45073[45073] + +*Auditbeat* + + +*Filebeat* + +- Added missing "text/csv" content-type filter support in GCS input. {issue}44922[44922] {pull}44923[44923] + +*Heartbeat* + + + +*Metricbeat* + + +*Osquerybeat* + + +*Packetbeat* + + +*Winlogbeat* + +- Fix EvtVarTypeAnsiString conversion {pull}44026[44026] + + +*Elastic Logging Plugin* + + +==== Added + +*Affecting all Beats* + + +*Auditbeat* + + +*Auditbeat* + +*Auditbeat* + + +*Filebeat* + + +*Auditbeat* + + +*Libbeat* + + + +*Heartbeat* + +- Upgrade node to latest LTS v20.19.3. {pull}45087[45087] + +*Metricbeat* + +- Increase default polling period for MongoDB module from 10s to 60s {pull}44781[44781] + +*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.17.8]] === Beats version 8.17.8 diff --git a/CHANGELOG.next.asciidoc b/CHANGELOG.next.asciidoc index 69c1ef60da2c..8519cdabc9e7 100644 --- a/CHANGELOG.next.asciidoc +++ b/CHANGELOG.next.asciidoc @@ -36,8 +36,6 @@ https://github.com/elastic/beats/compare/v8.8.1\...main[Check the HEAD diff] *Metricbeat* -- Change index summary metricset to use `_nodes/stats` API instead of `_stats` API to avoid data gaps. {pull}45049[45049] -- Add support for `_nodes/stats` URIs that work with legacy versions of Elasticsearch {pull}44307[44307] - Setting period for counter cache for Prometheus remote_write at least to 60sec {pull}38553[38553] - Remove fallback to the node limit for the `kubernetes.pod.cpu.usage.limit.pct` and `kubernetes.pod.memory.usage.limit.pct` metrics calculation @@ -79,7 +77,6 @@ https://github.com/elastic/beats/compare/v8.8.1\...main[Check the HEAD diff] - Set timeout of 1 minute for FQDN requests {pull}37756[37756] - The Kafka output now drops events when there is an authorization error. {issue}42343[42343] {pull}42401[42401] - 'add_cloud_metadata' processor - improve AWS provider HTTP client overriding to support custom certificate bundle handling {pull}44189[44189] -- The Elasticsearch output now correctly applies exponential backoff when being throttled by 429s ("too many requests") from Elasticsarch. {issue}36926[36926] {pull}45073[45073] *Auditbeat* @@ -116,7 +113,6 @@ https://github.com/elastic/beats/compare/v8.8.1\...main[Check the HEAD diff] - Fix publication of group data from the Okta entity analytics provider. {pull}40681[40681] - Ensure netflow custom field configuration is applied. {issue}40735[40735] {pull}40730[40730] - Fix a bug in Salesforce input to only handle responses with 200 status code {pull}41015[41015] -- Added missing "text/csv" content-type filter support in GCS input. {issue}44922[44922] {pull}44923[44923] *Heartbeat* @@ -151,7 +147,6 @@ https://github.com/elastic/beats/compare/v8.8.1\...main[Check the HEAD diff] *Winlogbeat* -- Fix EvtVarTypeAnsiString conversion {pull}44026[44026] *Elastic Logging Plugin* @@ -235,7 +230,6 @@ https://github.com/elastic/beats/compare/v8.8.1\...main[Check the HEAD diff] - Added status to monitor run log report. - Upgrade node to latest LTS v18.20.3. {pull}40038[40038] -- Upgrade node to latest LTS v20.19.3. {pull}45087[45087] *Metricbeat* @@ -267,7 +261,6 @@ https://github.com/elastic/beats/compare/v8.8.1\...main[Check the HEAD diff] - Added Cisco Meraki module {pull}40836[40836] - Added Palo Alto Networks module {pull}40686[40686] - Restore docker.network.in.* and docker.network.out.* fields in docker module {pull}40968[40968] -- Increase default polling period for MongoDB module from 10s to 60s {pull}44781[44781] *Metricbeat* @@ -359,6 +352,9 @@ 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 a84c59f7bd7b..b7deb6f1e536 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 54ae5603247e8440a3463a1873a730ea41ad29f2 Mon Sep 17 00:00:00 2001 From: Pierre HILBERT Date: Sun, 13 Jul 2025 13:25:49 +0200 Subject: [PATCH 2/4] Update CHANGELOG.asciidoc --- CHANGELOG.asciidoc | 172 +-------------------------------------------- 1 file changed, 3 insertions(+), 169 deletions(-) diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc index e3895ca0eb1a..31cc52c4f55f 100644 --- a/CHANGELOG.asciidoc +++ b/CHANGELOG.asciidoc @@ -9,38 +9,9 @@ https://github.com/elastic/beats/compare/v8.17.8\...v8.17.9[View commits] ==== Breaking changes -*Affecting all Beats* - - -*Auditbeat* - - -*Filebeat* - - -*Heartbeat* - - *Metricbeat* - Change index summary metricset to use `_nodes/stats` API instead of `_stats` API to avoid data gaps. {pull}45049[45049] -- Add support for `_nodes/stats` URIs that work with legacy versions of Elasticsearch {pull}44307[44307] - -*Osquerybeat* - - - -*Packetbeat* - - -*Winlogbeat* - - -*Functionbeat* - - -*Elastic Logging Plugin* - ==== Bugfixes @@ -48,160 +19,23 @@ https://github.com/elastic/beats/compare/v8.17.8\...v8.17.9[View commits] - The Elasticsearch output now correctly applies exponential backoff when being throttled by 429s ("too many requests") from Elasticsarch. {issue}36926[36926] {pull}45073[45073] -*Auditbeat* - - *Filebeat* - Added missing "text/csv" content-type filter support in GCS input. {issue}44922[44922] {pull}44923[44923] -*Heartbeat* - - - -*Metricbeat* - - -*Osquerybeat* - - -*Packetbeat* - - *Winlogbeat* -- Fix EvtVarTypeAnsiString conversion {pull}44026[44026] - - -*Elastic Logging Plugin* - +- Fix EvtVarTypeAnsiString conversion. {pull}44026[44026] ==== Added -*Affecting all Beats* - - -*Auditbeat* - - -*Auditbeat* - -*Auditbeat* - - -*Filebeat* - - -*Auditbeat* - - -*Libbeat* - - - *Heartbeat* -- Upgrade node to latest LTS v20.19.3. {pull}45087[45087] +- Upgrade Node version to latest LTS v20.19.3. {pull}45087[45087] *Metricbeat* -- Increase default polling period for MongoDB module from 10s to 60s {pull}44781[44781] - -*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 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +- Increase default polling period for MongoDB module from 10s to 60s. {pull}44781[44781] [[release-notes-8.17.8]] From 1e7be4a50c2730d5c07211a8111b81d9e696b380 Mon Sep 17 00:00:00 2001 From: Pierre HILBERT Date: Sun, 13 Jul 2025 13:26:23 +0200 Subject: [PATCH 3/4] Update CHANGELOG.next.asciidoc --- CHANGELOG.next.asciidoc | 44 ----------------------------------------- 1 file changed, 44 deletions(-) diff --git a/CHANGELOG.next.asciidoc b/CHANGELOG.next.asciidoc index 8519cdabc9e7..997b907fa5b4 100644 --- a/CHANGELOG.next.asciidoc +++ b/CHANGELOG.next.asciidoc @@ -315,47 +315,3 @@ https://github.com/elastic/beats/compare/v8.8.1\...main[Check the HEAD diff] - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - From 2bf4c738829379259496fb5b26e085b84116f0a8 Mon Sep 17 00:00:00 2001 From: Pierre HILBERT Date: Tue, 15 Jul 2025 09:15:37 +0200 Subject: [PATCH 4/4] Update CHANGELOG.asciidoc Co-authored-by: Colleen McGinnis --- CHANGELOG.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc index 31cc52c4f55f..4df7bb5f3c8d 100644 --- a/CHANGELOG.asciidoc +++ b/CHANGELOG.asciidoc @@ -21,7 +21,7 @@ https://github.com/elastic/beats/compare/v8.17.8\...v8.17.9[View commits] *Filebeat* -- Added missing "text/csv" content-type filter support in GCS input. {issue}44922[44922] {pull}44923[44923] +- Add missing "text/csv" content-type filter support in GCS input. {issue}44922[44922] {pull}44923[44923] *Winlogbeat*