Tags: geekpete/beats
Tags
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)
Fix missing nodes from Node Listing page when using Metricbeat Elasti… …csearch module with xpack.enabled: true (elastic#10639) (elastic#10671) * Add source_node object to node_stats documents * Adding CHANGELOG entry (cherry picked from commit 6ddaae6)
Update FPM to 1.11.0 (elastic#10458) Previous version of FPM did not pin to a specific version of childprocess. See for details jordansissel/fpm#1592 I've used `make package` to test it locally.
Upgrade to go1.10.8 (elastic#10304) This is a security release. For details see [release announcement](https://groups.google.com/forum/#!topic/golang-announce/mVeX35iXuSw).
Cherry-pick elastic#7820 to 6.5: Fix goroutine leak in SubOutlet (ela… …stic#9592) Cherry-pick of PR elastic#7820 to 6.5 branch. Original message: This fixes a goroutine leaking every time that a harvester is closed.
[Filebeat] Link docs for the NetFlow input (elastic#9567) This links the NetFlow docs to the input docs in OSS filebeat.
Log dropped events at the debug level (elastic#9251) (elastic#9325) Log events dropped by encoding problems at the debug level. (cherry picked from commit 1180b37)
Version Information for kafka-output unclear (elastic#9032) (elastic… …#9144) In the paragraph "compatibility" it is mentioned that versions 0.11 to 2.00 are supported. In the description of the parameter "version" it is mentioned that all versions from 0.8.2.0 to 2.0.0 are valid. It would be useful to mention the supported versions. This would avoid misinterpretations. I assume that the information in the paragraph "compatibility" is correct. (cherry picked from commit b007837)
PreviousNext