Tags: scybZhangliang/beats
Tags
[Auditbeat] Package: Nullify Librpm's rpmsqEnable (elastic#11628) (el… …astic#11664) Overrides the `rpmsqEnable` function in Librpm that sets and unsets signal traps. Hopefully, this will eliminate the residual test failures. (cherry picked from commit e047de6)
Add _bucket to histogram metrics in Prometheus Collector (elastic#11578… …) (elastic#11597) * Add _bucket to histogram metrics (cherry picked from commit 9835571)
Fix Winlogbeat escaping CRLF and TAB characters (elastic#11357) (elas… …tic#11373) Previous fix (elastic#11006) made Winlogbeat escape CRLF control characters which are expected in Windows event logs. Fixes elastic#11328 (cherry picked from commit 6865403)
Fix Winlogbeat escaping CRLF and TAB characters (elastic#11357) (elas… …tic#11369) Previous fix (elastic#11006) made Winlogbeat escape CRLF control characters which are expected in Windows event logs. Fixes elastic#11328 (cherry picked from commit 6865403)
Update changelog for elastic#10950 (elastic#11018) (elastic#11098) Bug fix was missing an entry in CHANGELOG.next (cherry picked from commit b6c05a2)
[Winlogbeat] Prevent Winlogbeat from dropping events with invalid XML (… …elastic#11006) (elastic#11066) * [Winlogbeat] Escape control characters in XML Golang's xml parser is pretty strict about the presence of control characters in the XML it is fed. This patch replaces those characters with an unicode escape sequence: "\uNNNN". (cherry picked from commit a6102a8)
Fix stopping of modules started by kubernetes autodiscover (elastic#1… …0476) (elastic#10644) Kubernetes autodiscover only emits events for containers with an ID in pods with an IP, but when a pod is being terminated, their containers can lack of ID and the pod itself can lack of IP. This leads to modules that are never stopped because the delete event that should stop them lacks of the needed information. This change makes two things to avoid this problem: * Don't require the pod to have an IP on stop events. * Use IDs for containers that don't depend on its state. (cherry picked from commit 15f2f26)
PreviousNext