From dcab0baf6e00f5f137051712d34d4f89f376fe84 Mon Sep 17 00:00:00 2001 From: Tiago Queiroz Date: Fri, 4 Oct 2024 12:01:01 -0400 Subject: [PATCH] Add container logging known issue (#41119) Add a known issue entry for 8.15.0 and 8.15.2 referencing https://github.com/elastic/beats/issues/41118. (cherry picked from commit 9d87afaaf315db6fd97b8078d650a6211a4f27ba) # Conflicts: # CHANGELOG.asciidoc --- CHANGELOG.asciidoc | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc index cc535eb8917..5323e55e17c 100644 --- a/CHANGELOG.asciidoc +++ b/CHANGELOG.asciidoc @@ -3,6 +3,29 @@ :issue: https://github.com/elastic/beats/issues/ :pull: https://github.com/elastic/beats/pull/ +<<<<<<< HEAD +======= +[[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] + +>>>>>>> 9d87afaaf3 (Add container logging known issue (#41119)) [[release-notes-8.15.1]] === Beats version 8.15.1 https://github.com/elastic/beats/compare/v8.15.0\...v8.15.1[View commits] @@ -11,7 +34,11 @@ https://github.com/elastic/beats/compare/v8.15.0\...v8.15.1[View commits] *Affecting all Beats* +<<<<<<< HEAD - Beats stop publishing data after a network error unless restarted. Avoid upgrading to 8.15.1. Affected Beats log `Get \"https://${ELASTICSEARCH_HOST}:443\": context canceled` repeatedly. {issue}40705{40705} +======= +- 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] +>>>>>>> 9d87afaaf3 (Add container logging known issue (#41119)) ==== Bugfixes @@ -61,6 +88,10 @@ https://github.com/elastic/beats/compare/v8.14.3\...v8.15.0[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] + *Filebeat* - The Azure EventHub input in Filebeat is not found when running on Windows. Please refrain from upgrading to 8.15. See {issue}40608[40608] for details.