You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 12, 2022. It is now read-only.
The docker module is not displayed when I do metricbeat modules list
Only system appears.
Do I have to exec a command in my role like metricbeat modules enable docker ?
beat: metricbeat
beat_conf:
cloud:
id: '{{ elastic.cloud.id }}'
auth: '{{ elastic.cloud.auth }}'
setup:
dashboards.enabled: true
ilm:
overwrite: true
metricbeat.modules:
- module: system
metricsets:
- cpu # CPU usage
- load # CPU load averages
- memory # Memory usage
- network # Network IO
- process # Per process metrics
- process_summary # Process summary
- uptime # System Uptime
- socket_summary # Socket summary
- core # Per CPU core usage
- diskio # Disk IO
- filesystem # File system usage for each mountpoint
- fsstat # File system summary metrics
- socket # Sockets and connection info (linux only)
- service # systemd service information
enabled: true
period: 10s
processes: [".*"]
cpu_ticks: false
- module: docker
metricsets:
- container
- cpu
- diskio
- event
- healthcheck
- info
- image
- memory
- network
hosts: ["unix:///var/run/docker.sock"]
period: 10s
enabled: true
metricbeat:
config:
modules:
path: '${path.config}/modules.d/*.yml'
The text was updated successfully, but these errors were encountered:
Beats product: MetricBeat
Beats version: 7.8
The docker module is not displayed when I do
metricbeat modules list
Only
system
appears.Do I have to exec a command in my role like
metricbeat modules enable docker
?The text was updated successfully, but these errors were encountered: