From 0dd40211b43e09de42fed7a810e87f094294de08 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Thu, 17 Oct 2024 20:07:02 +0000 Subject: [PATCH] [8.x](backport #41292) [main](backport #41261) docs: Prepare Changelog for 8.15.3 (#41294) * [main](backport #41261) docs: Prepare Changelog for 8.15.3 (#41292) * docs: Prepare Changelog for 8.15.3 (#41261) * docs: Close changelog for 8.15.3 * Update CHANGELOG.asciidoc * Update CHANGELOG.asciidoc * Apply suggestions from code review Co-authored-by: David Kilfoyle <41695641+kilfoyle@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: Craig MacKenzie --------- Co-authored-by: elasticmachine Co-authored-by: Pierre HILBERT Co-authored-by: David Kilfoyle <41695641+kilfoyle@users.noreply.github.com> Co-authored-by: Craig MacKenzie (cherry picked from commit e29591eeb3e536d8e8abf95a30759362b9f4874a) # Conflicts: # libbeat/docs/release.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 (cherry picked from commit 02664106e2d21861faf8bcbf3d112c3fde51bcc4) # Conflicts: # CHANGELOG.asciidoc * Update CHANGELOG.asciidoc --------- Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> Co-authored-by: Pierre HILBERT --- CHANGELOG.asciidoc | 62 +++++++++++++++++++++++++++++++++++ CHANGELOG.next.asciidoc | 20 ++++------- libbeat/docs/release.asciidoc | 2 ++ 3 files changed, 70 insertions(+), 14 deletions(-) diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc index cc535eb89178..a3ba0f415ad8 100644 --- a/CHANGELOG.asciidoc +++ b/CHANGELOG.asciidoc @@ -3,6 +3,68 @@ :issue: https://github.com/elastic/beats/issues/ :pull: https://github.com/elastic/beats/pull/ +[[release-notes-8.15.3]] +=== Beats version 8.15.3 +https://github.com/elastic/beats/compare/v8.15.2\...v8.15.3[View commits] + +==== Breaking changes + +*Filebeat* + +- Change `log.file.path` field in awscloudwatch input to nested object. {pull}41099[41099] + +==== Bugfixes + +*Affecting all Beats* + +- Allow port number 0 in the community ID flowhash processor. {pull}40259[40259] +- The journald input now restarts if there is an error/crash. {issue}32782[32782] {pull}40558[40558] + +*Filebeat* + +- Fix replace processor handling of zero string replacement validation. {pull}40751[40751] +- Add backup and delete for AWS S3 polling mode feature back. {pull}41071[41071] + +*Metricbeat* + +- Use namespace for GetListMetrics when it exists in AWS. {pull}41022[41022] + +*Packetbeat* + +- Fix upload of bundled ingest pipelines on Windows. {pull}41110[41110] + +==== Added + +*Affecting all Beats* + +- Update Go version to 1.22.8. {pull}41139[41139] + +*Metricbeat* + +- Restore `docker.network.in.*` and `docker.network.out.*` fields in docker module. {pull}40968[40968] + + +[[release-notes-8.15.2]] +=== Beats version 8.15.2 +https://github.com/elastic/beats/compare/v8.15.0\...v8.15.2[View commits] + +==== Known issues + +*Affecting all Beats* + +- Beats Docker images do not log to stderr by default. The workaround is to pass the CLI flag `-e` or to set `logging.to_stderr: true` in the configuration file. {issue}41118[41118] + +==== Bugfixes + +*Affecting all Beats* + +- Fix bug that prevented the Elasticsearch output from recovering from an interrupted connection. {issue}40705[40705] {pull}40769[40796] + +*Metricbeat* + +- Add GCP organization and project details to ECS cloud fields. {pull}40461[40461] + + [[release-notes-8.15.1]] === Beats version 8.15.1 https://github.com/elastic/beats/compare/v8.15.0\...v8.15.1[View commits] diff --git a/CHANGELOG.next.asciidoc b/CHANGELOG.next.asciidoc index b7667a39871e..7b67b6580ea6 100644 --- a/CHANGELOG.next.asciidoc +++ b/CHANGELOG.next.asciidoc @@ -108,19 +108,6 @@ https://github.com/elastic/beats/compare/v8.8.1\...main[Check the HEAD diff] - Support Elastic Agent control protocol chunking support {pull}37343[37343] - 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] -- Fix the paths in the .cmd script added to the path by the Windows MSI to point to the new C:\Program Files installation location. https://github.com/elastic/elastic-stack-installers/pull/238 -- Change cache processor documentation from `write_period` to `write_interval`. {pull}38561[38561] -- Fix cache processor expiries heap cleanup on partial file writes. {pull}38561[38561] -- Fix cache processor expiries infinite growth when large a large TTL is used and recurring keys are cached. {pull}38561[38561] -- Fix parsing of RFC 3164 process IDs in syslog processor. {issue}38947[38947] {pull}38982[38982] -- Rename the field "apache2.module.error" to "apache.module.error" in Apache error visualization. {issue}39480[39480] {pull}39481[39481] -- Validate config of the `replace` processor {pull}40047[40047] -- Allow port number 0 in the community ID flowhash processor {pull}40259[40259] -- Fix handling of escaped brackets in syslog structured data. {issue}40445[40445] {pull}40446[40446] -- Aborts all active connections for Elasticsearch output. {pull}40572[40572] -- Closes beat Publisher on beat stop and by the Agent manager. {pull}40572[40572] -- The journald input now restarts if there is an error/crash {issue}32782[32782] {pull}40558[40558] -- Update Go version to 1.22.8. {pull}41139[41139] *Auditbeat* @@ -216,7 +203,6 @@ https://github.com/elastic/beats/compare/v8.8.1\...main[Check the HEAD diff] *Packetbeat* -- Fix upload of bundled ingest pipelines on Windows. {pull}41110[41110] *Winlogbeat* @@ -437,3 +423,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 ae01beb5c4ff..94cece60fb86 100644 --- a/libbeat/docs/release.asciidoc +++ b/libbeat/docs/release.asciidoc @@ -8,6 +8,8 @@ This section summarizes the changes in each release. Also read <> for more detail about changes that affect upgrade. +* <> +* <> * <> * <> * <>