Docker Moduleedit

Warning

This functionality is experimental and may be changed or removed completely in a future release.

This module fetches metrics from Docker containers.

Example Configurationedit

The Docker module supports the standard configuration options that are described in Modules Configuration. Here is an example configuration:

metricbeat.modules:
#- module: docker
  #metricsets: ["cpu", "info", "memory", "network", "diskio", "container"]
  #hosts: ["unix:///var/run/docker.sock"]
  #enabled: true
  #period: 10s

  # To connect to Docker over TLS you must specify a client and CA certificate.
  #ssl:
    #certificate_authority: "/etc/pki/root/ca.pem"
    #certificate:           "/etc/pki/client/cert.pem"
    #key:                   "/etc/pki/client/cert.key"

Metricsetsedit

The following metricsets are available: