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

Beats version 8.19.7

edit

View commits

Known issues

edit

All

  • Disk queue filled metrics can underflow after blocked publishes. When a disk queue reaches its configured capacity, inputs can block until the output acknowledges events. The queue then accepts the blocked event without updating its metrics. When the event is later removed, the queue.filled.events, queue.filled.bytes, and queue.filled.pct metrics might report incorrect values. Event delivery is unaffected. Upgrade to 8.19.21 or later to apply the fix.

Filebeat

  • Filestream "take over" mode does not work in versions 8.19.0-8.19.20. A fix will ship in the 8.19.21 release.

New features

edit

The 8.19.7 release adds the following new and notable features.

Filebeat

  • Add data stream identification to Fleet health status updates. #47229

Bug fixes

edit

All

  • Add close to conditional processors if underlying processors have close method. #46653 #46575
  • Fix a bug where Kerberos authentication could be disabled when server supports multiple authentication types. #47443 #47110

Filebeat

  • Fix potential Filebeat panic during memory queue shutdown. #47248