Beats version 8.19.15
edit
IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.
Beats version 8.19.15
editKnown issues
editAll
-
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, andqueue.filled.pctmetrics 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
editAgentbeat
-
Update transient dependency
github.com/go-jose/go-jose/v4to v4.1.4. #49975
New features
editFilebeat
- Add AWS auth method for CEL and HTTP JSON inputs. #47260
Enhancements
editAll
- Update OTel Collector components to v0.149.0/v1.55.0. #50057
Metricbeat
-
Bump azure-sdk-for-go
armmonitorfrom v0.8.0 to v0.11.0. #49866
Upgrades
editFilebeat
-
Upgrade Azure Event Hubs SDK (
azeventhubs) from v1.3.1 to v2.0.2. #49867
Bug fixes
editFilebeat
-
Fix
http_endpointinput shared server lifecycle causing joiner deadlock and creator killing unrelated inputs. #49415 #47770 -
Fix
containerinput not respectingmax_byteswhen parsing CRI partial lines. #49743 #49259 -
Fix CSV decoder producing malformed JSON when field values contain double quotes in
azure-blob-storageinput. #50097 #50097 - Update mito to v1.23.2, fixing runtime error location reporting. #50221
Libbeat