Skip to content

Commit

Permalink
Document memory usage regression as a known issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
cmacknz committed Oct 22, 2024
1 parent e400886 commit 50f6b10
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.3
https://github.com/elastic/beats/compare/v8.15.2\...v8.15.3[View commits]

==== Known issues

*Affecting all Beats*

- Memory usage is not correctly limited by the number of events actively in the memory queue, but rather the maximum size of the memory queue regardless of usage. {issue}41355[41355]

==== Breaking changes

*Filebeat*
Expand Down Expand Up @@ -48,6 +54,12 @@ https://github.com/elastic/beats/compare/v8.15.2\...v8.15.3[View commits]
=== Beats version 8.15.2
https://github.com/elastic/beats/compare/v8.15.1\...v8.15.2[View commits]

==== Known issues

*Affecting all Beats*

- Memory usage is not correctly limited by the number of events actively in the memory queue, but rather the maximum size of the memory queue regardless of usage. {issue}41355[41355]

==== Bugfixes

*Affecting all Beats*
Expand Down Expand Up @@ -100,6 +112,7 @@ https://github.com/elastic/beats/compare/v8.15.0\...v8.15.1[View commits]
*Affecting all Beats*

- 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}
- Memory usage is not correctly limited by the number of events actively in the memory queue, but rather the maximum size of the memory queue regardless of usage. {issue}41355[41355]

==== Bugfixes

Expand Down Expand Up @@ -152,6 +165,7 @@ https://github.com/elastic/beats/compare/v8.14.3\...v8.15.0[View commits]
*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.
- Memory usage is not correctly limited by the number of events actively in the memory queue, but rather the maximum size of the memory queue regardless of usage. {issue}41355[41355]

==== Breaking changes

Expand Down

0 comments on commit 50f6b10

Please sign in to comment.