This repository was archived by the owner on Apr 1, 2022. It is now read-only.
Tags: bigcommerce/beats
Tags
Move changelog entries of backports for 6.3.1 (elastic#7460) * Move changelog entries of backports for 6.3.1 * Move a couple of non-breaking changes to added * Move Heartbeat breaking changes to Added * Moved some more entries out of the breaking changes section * Added suggestions in review
Don't emit Kubernetes autodiscover events without host (elastic#7235) (… …elastic#7289) Some kubernetes events are generated while the container is being configured. It doesn't make sense to emit an event yet, as the host will be update right afterwards. This PR changes the code to ignore Pod events without an IP address. (cherry picked from commit 7b5a7e4)
Fix out of bounds access in HTTP parser (elastic#6409) (elastic#6997) (… …elastic#7065) A broken HTTP request caused the parser to report a panic. Fixes elastic#6409
Defer registry state cleanup (elastic#6347) (elastic#6812) - Defer registrar state gc until the registry needs to be written. - when updating regitrar states from batch, ensure all updated states will have same timestamp. Depends on elastic#6346 (cherry picked from commit 2d2400b)
Fix minor panic in http parser (elastic#6750) There was a bounds check error in parsing HTTP responses. A malformed response line in the form "HTTP/1.1\r\n" would cause a panic when parsed. Related to elastic#6409
5.6: Fix event formatting with missing params (elastic#6352) * Winlogbeat: Fix event formatting with missing params There was a crash in the eventlogging module used in legacy Windows versions (XP and 2003 server). It is necessary to account for the case where an event contains fewer parameters than required by its format string. Closes elastic#6234
fix packetbeat devices command (elastic#6307) (elastic#6311) The -devices flag is not valid, it yields: /usr/share/packetbeat/bin/packetbeat -devices Error: unknown flag: --devices The command is "packetbeat devices" (cherry picked from commit b8ded9b)
PreviousNext