Skip to content

Commit

Permalink
[Docs] Document memory leak in 8.11.0 and 8.11.1 release notes (e…
Browse files Browse the repository at this point in the history
…lastic#37393) (elastic#37394)

* Add memory leak note to 8.11.0 and 8.11.1 release notes

* Update CHANGELOG.asciidoc

Co-authored-by: Craig MacKenzie <craig.mackenzie@elastic.co>

* Update CHANGELOG.asciidoc

Co-authored-by: Craig MacKenzie <craig.mackenzie@elastic.co>

---------

Co-authored-by: Craig MacKenzie <craig.mackenzie@elastic.co>
(cherry picked from commit 0856c8c)

Co-authored-by: Shaunak Kashyap <ycombinator@gmail.com>
  • Loading branch information
mergify[bot] and ycombinator authored Dec 12, 2023
1 parent c488989 commit 2a34812
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ https://github.com/elastic/beats/compare/v8.11.1\...v8.11.2[View commits]
=== Beats version 8.11.1
https://github.com/elastic/beats/compare/v8.11.0\...v8.11.1[View commits]

IMPORTANT: Due to a memory leak issue, Windows users running {agent} are recommended to avoid upgrading to this release and instead use the 8.11.2 release in which the issue is resolved. If you've already upgraded to version 8.11.0 or 8.11.1, we recommend upgrading to 8.11.2 as soon as possible.

==== Added

*Affecting all Beats*
Expand All @@ -65,9 +67,13 @@ https://github.com/elastic/beats/compare/v8.11.0\...v8.11.1[View commits]
=== Beats version 8.11.0
https://github.com/elastic/beats/compare/v8.10.4\...v8.11.0[View commits]


IMPORTANT: Due to a memory leak issue, Windows users running {agent} are recommended to avoid upgrading to this release and instead use the 8.11.2 release in which the issue is resolved. If you've already upgraded to version 8.11.0 or 8.11.1, we recommend upgrading to 8.11.2 as soon as possible.

==== Breaking changes

*Affecting all Beats*

- The Elasticsearch output now enables compression by default. This decreases network data usage by an average of 70-80%, in exchange for 20-25% increased CPU use and ~10% increased ingestion time. The previous default can be restored by setting the flag `compression_level: 0` under `output.elasticsearch`. {pull}36681[36681]
- The `elastic-agent-autodiscover` library is updated to version 0.6.4, disabling metadata for deployment and cronjob. Pods that will be created from deployments or cronjobs will not have the extra metadata field for `kubernetes.deployment` or `kubernetes.cronjob`, respectively. {pull}36879[36879]

Expand Down

0 comments on commit 2a34812

Please sign in to comment.