IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. For the latest information, see the
current release documentation.
Fleet and Elastic Agent 8.10.4
editFleet and Elastic Agent 8.10.4
editReview important information about the Fleet and Elastic Agent 8.10.4 release.
Breaking changes
editBreaking changes can prevent your application from optimal operation and performance. Before you upgrade, review the breaking changes, then mitigate the impact to your application.
- elastic-agent
elastic-agent-autodiscover
library has been updated to version 0.6.4, disabling metadata For kubernetes.deployment
and kubernetes.cronjob
fields.
Details
The elastic-agent-autodiscover
Kubernetes library by default comes with add_resource_metadata.deployment=false
and add_resource_metadata.cronjob=false
.
Impact
Pods that will be created from deployments or cronjobs will not have the extra metadata field for kubernetes.deployment
or kubernetes.cronjob
, respectively. This change was made to avoid the memory impact of keeping the feature enabled in big Kubernetes clusters.
For more information, refer to #3591.
Enhancements
edit- Elastic Agent
Bug fixes
edit- Fleet
-
- Fix validation errors in KQL queries. (#168329)