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

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