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

Beats version 8.19.15

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.

Security updates

edit

Agentbeat

  • Update transient dependency github.com/go-jose/go-jose/v4 to v4.1.4. #49975

New features

edit

Filebeat

  • Add AWS auth method for CEL and HTTP JSON inputs. #47260

Enhancements

edit

All

  • Update OTel Collector components to v0.149.0/v1.55.0. #50057

Metricbeat

  • Bump azure-sdk-for-go armmonitor from v0.8.0 to v0.11.0. #49866

Upgrades

edit

Filebeat

  • Upgrade Azure Event Hubs SDK (azeventhubs) from v1.3.1 to v2.0.2. #49867

Bug fixes

edit

Filebeat

  • Fix http_endpoint input shared server lifecycle causing joiner deadlock and creator killing unrelated inputs. #49415 #47770
  • Fix container input not respecting max_bytes when parsing CRI partial lines. #49743 #49259
  • Fix CSV decoder producing malformed JSON when field values contain double quotes in azure-blob-storage input. #50097 #50097
  • Update mito to v1.23.2, fixing runtime error location reporting. #50221

Libbeat

  • Fix otelconsumer logging hundreds of errors per second when queue is full. #48807 #48803