IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.

Beats version 8.14.2

edit

View commits

Known Issues

edit

Filebeat

  • The Filestream input does not enforce the restrictions documented for the clean_inactive option, thus allowing configurations that can lead to data re-ingestion issues.
  • When clean_inactive: 0, Filestream cleans the state of all files on start up, effectively re-ingesting all files on restart. Set clean_inactive to a very large value. For example, use clean_inactive: 43800h0m0s, which is 5 years.

Breaking changes

edit

Filebeat

  • Fix high I/O and handling of a corrupted registry log file. 35893

Bugfixes

edit

Filebeat - Fix request trace filename handling in http_endpoint input. 39410 - Fix filestream not correctly tracking the offset of a file when using the include_message parser. 39873 39653 - Upgrade github.com/hashicorp/go-retryablehttp to mitigate CVE-2024-6104. 40036

Added

edit

Affecting all Beats

  • Update Go version to 1.21.11. 39851

Filebeat

  • Fix handling of infinite rate values in CEL rate limit handling logic. 39940

Heartbeat

  • Upgrade Node version to the latest LTS v18.20.3. 40038

Winlogbeat

  • Add ERROR_INVALID_PARAMETER to the list of recoverable errors. 39781