Closed
Description
- Version: 5.0.0-beta1
- Operating System: Windows 10
- Steps to Reproduce:
- start metricbeat.exe with the default metricbeat.yml (actually it was the .full.yml)
- Fatal error as shown below
D:\5.0.0-beta1\metricbeat>metricbeat.exe
Exiting: 1 error: metricset 'system/load' is not registered, metricset not found
- I commented out the
- load
line and now it starts fine
#------------------------------- System Module -------------------------------
- module: system
metricsets:
# CPU stats
- cpu
# System Load stats
#- load