Affected by GO-2025-4252
and 5 other vulnerabilities
GO-2025-4252: Buffer Overflow via Malformed Syslog Message or Malicious Tokenizer Pattern in github.com/elastic/beats
GO-2025-4252: Buffer Overflow via Malformed Syslog Message or Malicious Tokenizer Pattern in github.com/elastic/beats
GO-2025-4253: Elasticsearch Packetbeat has Excessive Allocation of Memory and CPU via Malicious IPv4 Fragments in github.com/elastic/beats
GO-2026-4360: Metricbeat affected by multiple denial of service vulnerabilities in github.com/elastic/beats
GO-2026-4789: Packetbeat does not properly validate an array index in multiple protocol parser components in github.com/elastic/beats
GO-2026-4790: Metricbeat Allocates Memory with Excessive Size Value Leading to Denial of Service in github.com/elastic/beats

The highest tagged major version is
v7.
package
Version:
v5.4.2+incompatible
Opens a new window with list of versions in this module.
Published: Jun 14, 2017
License: Apache-2.0
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 1,632
Opens a new window with list of known importers.
Documentation
¶
Package docker is a Metricbeat module that contains MetricSets.
DeDotLabels returns a new common.MapStr containing a copy of the labels
where the dots in each label name have been changed to an underscore.
type Config struct {
TLS *TLSConfig `config:"ssl"`
}
func NewContainer(container *docker.APIContainers) *Container
type Stat struct {
Container docker.APIContainers
Stats docker.Stats
}
FetchStats returns a list of running containers with all related stats inside
type TLSConfig struct {
Enabled *bool `config:"enabled"`
CA string `config:"certificate_authority"`
Certificate string `config:"certificate"`
Key string `config:"key"`
}
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.