Files
ServerManagementUtils/metricbeat/modules.d/docker.yml
T

17 lines
333 B
YAML

# Module: docker
# Docs: https://www.elastic.co/guide/en/beats/metricbeat/current/metricbeat-module-docker.html
- module: docker
metricsets:
- container
- cpu
- diskio
- event
- healthcheck
- info
- memory
- network
- image
hosts: ["unix:///var/run/docker.sock"]
period: 10s
enabled: true