diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc index 7d02e38e6a37..628dad9b6b53 100644 --- a/CHANGELOG.asciidoc +++ b/CHANGELOG.asciidoc @@ -21,6 +21,12 @@ https://github.com/elastic/beats/compare/v8.15.0\...v8.15.2[View commits] === Beats version 8.15.1 https://github.com/elastic/beats/compare/v8.15.0\...v8.15.1[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* @@ -69,6 +75,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.