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

Beats version 8.19.10

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.10 release adds the following new and notable features.

Filebeat

  • Add client secret authentication method for Azure Event Hub and storage in Filebeat. #47256
  • Improve input error reporting to Elastic Agent, especially when pipeline configurations are incorrect. #47905 #45649
  • Support for AMQP-over-WebSocket transport in the azure-eventhub processor v2. #47956 #47823

Bug fixes

edit

All

  • Add msync syscall to seccomp whitelist for BadgerDB persistent cache. #48229

Metricbeat

  • Harden Prometheus metrics parser against panics caused by malformed input data. #47914
  • Add bounds checking to Zookeeper server module to prevent index-out-of-range panics. #47915
  • Fix panic in graphite server metricset when metric has fewer parts than template expects. #47916
  • Skip regions with no permission to query for AWS CloudWatch metrics. #48135

Packetbeat

  • Fix bounds checking in MongoDB protocol parser to prevent panics. #47925