Skip to content

Latest commit

 

History

History
107 lines (63 loc) · 5.6 KB

8.11.0.asciidoc

File metadata and controls

107 lines (63 loc) · 5.6 KB

8.11.0

Review important information about the 8.11.0 release.

Security updates

Breaking changes

Breaking changes can prevent your application from optimal operation and performance. Before you upgrade, review the breaking changes, then mitigate the impact to your application.

all
Details

The default compression level for Elasticsearch outputs is changing from 0 to 1. On typical workloads this is expected to decrease network data volume by 70-80%, while increasing cpu use by 20-25% and ingestion time by 10%. The previous behavior can be restored by adding 'compression_level: 0' to the output configuration.

elastic-agent

[[breaking-#3593]] .Elastic-Agent-Autodiscover To V0.6.4. Disables Metadata For Deployment And Cronjob. {elastic-agent-pull}https://github.com/elastic/elastic-agent/pull/3593[#https://github.com/elastic/elastic-agent/pull/3593]

Details

Elastic-agent-autodiscover library by default comes with add_resource_metadata.deployment=false and add_resource_metadata.cronjob=false. Pods that will be created from deployments or cronjobs will not have the extra metadata field for kubernetes.deployment or kubernetes.cronjob respectively.

New features

The 8.11.0 release adds the following new and notable features.

Enhancements

Bug fixes