Skip to content

Tags: scybZhangliang/beats

Tags

v6.7.2

Toggle v6.7.2's commit message
Add v6.7.2 tag

v7.0.1

Toggle v7.0.1's commit message
Add v7.0.1 tag

v7.0.0

Toggle v7.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[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)

v7.0.0-rc2

Toggle v7.0.0-rc2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add _bucket to histogram metrics in Prometheus Collector (elastic#11578…

…) (elastic#11597)

* Add _bucket to histogram metrics

(cherry picked from commit 9835571)

v6.7.1

Toggle v6.7.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update testing env 6.7.1 (elastic#11558)

v7.0.0-rc1

Toggle v7.0.0-rc1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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)

v6.7.0

Toggle v6.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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)

v6.6.2

Toggle v6.6.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update changelog for elastic#10950 (elastic#11018) (elastic#11098)

Bug fix was missing an entry in CHANGELOG.next

(cherry picked from commit b6c05a2)

v5.6.16

Toggle v5.6.16's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[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)

v6.6.1

Toggle v6.6.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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)