The disk usage is empty for all clients on kibana, below is the metric beat config. If someone could explain how to troubleshoot this, where to begin to even look. I would appreciate it and a fix would be awesome too.
metricbeat.modules:
- module: system
metricsets:
# - cpu
#- uptime
- filesystem
- memory
- network
- process
- process_summary
- diskio
- load
enabled: true
period: 10s
# processes: ['.*']
# cpu_ticks: false
#
- module: system
metricsets: [cpu]
cpu.metrics: [percentages, normalized_percentages, ticks]
- module: system
metricsets: [core]
core.metrics: [percentages, ticks]