Fleet and Elastic Agent 8.15.2
editFleet and Elastic Agent 8.15.2
editReview important information about the Fleet and Elastic Agent 8.15.2 release.
Known issues
editThe memory usage of Beats based integrations 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.
Details
In 8.15, events in the memory queue are not freed when they are acknowledged (as intended), but only when they are overwritten by later events in the queue buffer. This means for example if a configuration has a queue size of 5000, but the input data is low-volume and only 100 events are active at once, then the queue will gradually store more events until reaching 5000 in memory at once, then start replacing those with new events.
See Beats issue #40705.
Impact
Memory usage may be higher than in previous releases depending on the throughput of Elastic Agent. A fix is planned for 8.15.4.
- The worst memory increase is for low-throughput configs with large queues.
- For users whose queues were already sized proportionate to their throughput, memory use is increased but only marginally.
- Affected users can mitigate the higher memory usage by lowering their queue size.
Enhancements
edit- Fleet
-
- Bump the maximum supported package spec version to 3.2. (#193574)
Bug fixes
edit- Fleet
- Elastic Agent
-
-
Add the
health_check
extension to theotel.yml
file bundled with the Elastic Agent package, in order to prevent installation of theopen-telemetry/opentelemetry-collector
Helm chart from failing. #5369 #5092 - Fix bug that prevented the Beats Elasticsearch output from recovering from an interrupted connection. #40796 #40705
- Prevent the Elastic Agent from crashing when self unenrolling due to too many authentication failures against Fleet Server. #5438 #5434
- Set the default log level when an Elastic Agent policy is changed and a log level is not set in the policy. #5452 #5451
-
Add the
- Fleet Server
-
- Enable missing warnings for configuration options that have been deprecated throughout the 8.x lifecycle. #3901