Skip to content

Commit

Permalink
Add container logging known issue (#41119)
Browse files Browse the repository at this point in the history
Add a known issue entry for 8.15.0 and 8.15.2 referencing
#41118.

(cherry picked from commit 9d87afa)

# Conflicts:
#	CHANGELOG.asciidoc
  • Loading branch information
belimawr authored and mergify[bot] committed Oct 4, 2024
1 parent fa798fc commit 8d26bd4
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@
=== Beats version 8.15.2
https://github.com/elastic/beats/compare/v8.15.1\...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*
Expand Down Expand Up @@ -58,7 +64,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

Expand Down Expand Up @@ -108,6 +118,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.
Expand Down

0 comments on commit 8d26bd4

Please sign in to comment.