From 933ee79a3a78643178052e179be0c552821f7139 Mon Sep 17 00:00:00 2001 From: elasticmachine Date: Fri, 3 Oct 2025 13:54:21 +0000 Subject: [PATCH 1/2] docs: Close changelog for 8.18.8 --- CHANGELOG.asciidoc | 218 ++++++++++++++++++++++++++++++++++ CHANGELOG.next.asciidoc | 21 +--- libbeat/docs/release.asciidoc | 1 + 3 files changed, 222 insertions(+), 18 deletions(-) diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc index 645a7e393599..a049a9209f84 100644 --- a/CHANGELOG.asciidoc +++ b/CHANGELOG.asciidoc @@ -2,6 +2,224 @@ // 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.18.8]] +=== Beats version 8.18.8 +https://github.com/elastic/beats/compare/v8.18.7\...v8.18.8[View commits] + +==== Breaking changes + +*Affecting all Beats* + + +*Auditbeat* + + +*Filebeat* + +- Journald input now converts byte-encoded messages to string. {issue}40479[40479] {pull}46415[46415] + +*Heartbeat* + + +*Metricbeat* + + +*Osquerybeat* + + + +*Packetbeat* + + + +*Winlogbeat* + + +*Functionbeat* + + +*Elastic Logging Plugin* + + +==== Bugfixes + +*Affecting all Beats* + +- Fixed a panic in the Kafka output that could occur when shutting down while final events were being published. {issue}46109[46109] {pull}46446[46446] + +*Auditbeat* + + +*Filebeat* + +- The UDP input now fails if it cannot bind to the configured port and its status is set to failed when running under Elastic Agent. {issue}37216[37216] {pull}46302[46302] +- The Unix input now fails on errors listening to the socket and its status is set to failed when running under Elastic Agent. {pull}46302[46302] + +- Fix metrics from TCP & UDP inputs when the port number is > 32767 {pull}46486[46486] +- [Journald input] Fix reading all files in a folder and watching for new ones. {issue}46657[46657] {pull}46682[46682] +- [azure-eventhub] Fix handling of connection strings with entity path. {issue}43715[43715] {pull}43716[43716] + +*Heartbeat* + + + +*Metricbeat* + +- Do not log an error if metadata enrichment is disabled for K8's module {pull}46536 +- Fix Azure Monitor wildcard metrics names timegrain issue by using the first, smallest timegrain; fix nil pointer issue {pull}46145[46145] + +*Osquerybeat* + + +*Packetbeat* + + +*Winlogbeat* + +- Fix EventLog reset logic to not close renderers. {pull}46376[46376] {issue}45750{45750} + +*Elastic Logging Plugin* + + +==== Added + +*Affecting all Beats* + + +*Auditbeat* + + +*Auditbeat* + + + +*Auditbeat* + + +*Filebeat* + + +*Auditbeat* + + +*Libbeat* + + + +*Heartbeat* + + +*Metricbeat* + +- Add latency config option to Azure Monitor module. {pull}44366[44366] +- Increase default polling period for MongoDB module from 10s to 60s {pull}44781[44781] +- Upgrade github.com/microsoft/go-mssqldb from v1.7.2 to v1.8.2 {pull}44990[44990] +- Add SSL support for sql module: drivers mysql, postgres, and mssql. {pull}44748[44748] +- Add support for Kafka 4.0 in the Kafka module. {pull}44723[44723] +- Add NTP response validation for system/ntp module. {pull}46184[46184] +- Add vertexai_logs metricset to GCP for prompt response collection from VertexAI service. {pull}46383[46383] +- Add default timegrain to Azure Storage Account metricset. {pull}46786[46786] + +*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.18.7]] === Beats version 8.18.7 diff --git a/CHANGELOG.next.asciidoc b/CHANGELOG.next.asciidoc index 0fc10f6bc247..72d5165f0e3b 100644 --- a/CHANGELOG.next.asciidoc +++ b/CHANGELOG.next.asciidoc @@ -31,7 +31,6 @@ https://github.com/elastic/beats/compare/v8.8.1\...main[Check the HEAD diff] - Introduce input/netmetrics and refactor netflow input metrics {pull}38055[38055] - Redis: Added replication role as a field to submitted slowlogs - Change log.file.path field in awscloudwatch input to nested object. {pull}41099[41099] -- Journald input now converts byte-encoded messages to string. {issue}40479[40479] {pull}46415[46415] *Heartbeat* @@ -80,7 +79,6 @@ https://github.com/elastic/beats/compare/v8.8.1\...main[Check the HEAD diff] - Lower logging level to debug when attempting to configure beats with unknown fields from autodiscovered events/environments {pull}[37816][37816] - Set timeout of 1 minute for FQDN requests {pull}37756[37756] - 'add_cloud_metadata' processor - improve AWS provider HTTP client overriding to support custom certificate bundle handling {pull}44189[44189] -- Fixed a panic in the Kafka output that could occur when shutting down while final events were being published. {issue}46109[46109] {pull}46446[46446] *Auditbeat* @@ -122,12 +120,7 @@ https://github.com/elastic/beats/compare/v8.8.1\...main[Check the HEAD diff] - Journald input now works on Docker containers (except Wolfi) {issue}41278[41278] {issue}44040[44040] {pull}44056[44056] - Fix endpoint path typo in Okta entity analytics provider. {pull}44147[44147] - Fixed a websocket panic scenario which would occur after exhausting max retries. {pull}44342[44342] -- The UDP input now fails if it cannot bind to the configured port and its status is set to failed when running under Elastic Agent. {issue}37216[37216] {pull}46302[46302] -- The Unix input now fails on errors listening to the socket and its status is set to failed when running under Elastic Agent. {pull}46302[46302] -- Fix metrics from TCP & UDP inputs when the port number is > 32767 {pull}46486[46486] -- [Journald input] Fix reading all files in a folder and watching for new ones. {issue}46657[46657] {pull}46682[46682] -- [azure-eventhub] Fix handling of connection strings with entity path. {issue}43715[43715] {pull}43716[43716] *Heartbeat* @@ -158,8 +151,6 @@ https://github.com/elastic/beats/compare/v8.8.1\...main[Check the HEAD diff] - Remove `hostname` field from zookeeper's `mntr` data stream. {pull}41887[41887] - Only fetch cluster-level index stats summary {issue}36019[36019] {pull}42901[42901] - Changed `tier_preference`, `creation_date` and `version` fields to be omitted from the resulting documents when not pulled from source indices {pull}43637[43637] -- Do not log an error if metadata enrichment is disabled for K8's module {pull}46536 -- Fix Azure Monitor wildcard metrics names timegrain issue by using the first, smallest timegrain; fix nil pointer issue {pull}46145[46145] *Osquerybeat* @@ -169,7 +160,6 @@ https://github.com/elastic/beats/compare/v8.8.1\...main[Check the HEAD diff] *Winlogbeat* -- Fix EventLog reset logic to not close renderers. {pull}46376[46376] {issue}45750{45750} *Elastic Logging Plugin* @@ -292,14 +282,6 @@ https://github.com/elastic/beats/compare/v8.8.1\...main[Check the HEAD diff] - Only watch metadata for ReplicaSets in metricbeat k8s module {pull}41289[41289] - Added checks for the Resty response object in all Meraki module API calls to ensure proper handling of nil responses. {pull}44193[44193] - Add `enable_batch_api` option in azure monitor to allow metrics collection of multiple resources using azure batch Api {pull}41790[41790] -- Add latency config option to Azure Monitor module. {pull}44366[44366] -- Increase default polling period for MongoDB module from 10s to 60s {pull}44781[44781] -- Upgrade github.com/microsoft/go-mssqldb from v1.7.2 to v1.8.2 {pull}44990[44990] -- Add SSL support for sql module: drivers mysql, postgres, and mssql. {pull}44748[44748] -- Add support for Kafka 4.0 in the Kafka module. {pull}44723[44723] -- Add NTP response validation for system/ntp module. {pull}46184[46184] -- Add vertexai_logs metricset to GCP for prompt response collection from VertexAI service. {pull}46383[46383] -- Add default timegrain to Azure Storage Account metricset. {pull}46786[46786] *Metricbeat* @@ -395,6 +377,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 1946b168ea54..7402bd18bee1 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 9f2da80c3afba07787661fcb829715e4dd638ff8 Mon Sep 17 00:00:00 2001 From: ebeahan Date: Fri, 3 Oct 2025 09:02:39 -0500 Subject: [PATCH 2/2] clean up changelog --- CHANGELOG.asciidoc | 179 --------------------------------------------- 1 file changed, 179 deletions(-) diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc index a049a9209f84..feb89ab99e4d 100644 --- a/CHANGELOG.asciidoc +++ b/CHANGELOG.asciidoc @@ -9,217 +9,38 @@ https://github.com/elastic/beats/compare/v8.18.7\...v8.18.8[View commits] ==== Breaking changes -*Affecting all Beats* - - -*Auditbeat* - - *Filebeat* - Journald input now converts byte-encoded messages to string. {issue}40479[40479] {pull}46415[46415] -*Heartbeat* - - -*Metricbeat* - - -*Osquerybeat* - - - -*Packetbeat* - - - -*Winlogbeat* - - -*Functionbeat* - - -*Elastic Logging Plugin* - - ==== Bugfixes *Affecting all Beats* - Fixed a panic in the Kafka output that could occur when shutting down while final events were being published. {issue}46109[46109] {pull}46446[46446] -*Auditbeat* - - *Filebeat* - The UDP input now fails if it cannot bind to the configured port and its status is set to failed when running under Elastic Agent. {issue}37216[37216] {pull}46302[46302] - The Unix input now fails on errors listening to the socket and its status is set to failed when running under Elastic Agent. {pull}46302[46302] - - Fix metrics from TCP & UDP inputs when the port number is > 32767 {pull}46486[46486] - [Journald input] Fix reading all files in a folder and watching for new ones. {issue}46657[46657] {pull}46682[46682] - [azure-eventhub] Fix handling of connection strings with entity path. {issue}43715[43715] {pull}43716[43716] -*Heartbeat* - - - *Metricbeat* - Do not log an error if metadata enrichment is disabled for K8's module {pull}46536 - Fix Azure Monitor wildcard metrics names timegrain issue by using the first, smallest timegrain; fix nil pointer issue {pull}46145[46145] -*Osquerybeat* - - -*Packetbeat* - - *Winlogbeat* - Fix EventLog reset logic to not close renderers. {pull}46376[46376] {issue}45750{45750} -*Elastic Logging Plugin* - - ==== Added -*Affecting all Beats* - - -*Auditbeat* - - -*Auditbeat* - - - -*Auditbeat* - - -*Filebeat* - - -*Auditbeat* - - -*Libbeat* - - - -*Heartbeat* - - *Metricbeat* -- Add latency config option to Azure Monitor module. {pull}44366[44366] -- Increase default polling period for MongoDB module from 10s to 60s {pull}44781[44781] -- Upgrade github.com/microsoft/go-mssqldb from v1.7.2 to v1.8.2 {pull}44990[44990] -- Add SSL support for sql module: drivers mysql, postgres, and mssql. {pull}44748[44748] -- Add support for Kafka 4.0 in the Kafka module. {pull}44723[44723] -- Add NTP response validation for system/ntp module. {pull}46184[46184] -- Add vertexai_logs metricset to GCP for prompt response collection from VertexAI service. {pull}46383[46383] - Add default timegrain to Azure Storage Account metricset. {pull}46786[46786] - -*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.18.7]] === Beats version 8.18.7