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
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
The text was updated successfully, but these errors were encountered:
- load
line and now it starts fineThe text was updated successfully, but these errors were encountered: