Metricbeat System module CPU missing fields of nice, iowait, softirq, irq, and others for Windows and its reporting all for Linux VMS.
Earlier we used the 6.1 version and its reported all the values but after the upgrade, it's reporting only a few.
I tried with multiple new versions 7.10.0, 7.11.0, and 7.13.1
Below are the logs of 6.1 and 7.10 versions diff. Missing the bold marked fields in new version.
6.1.1 logs:-
metricbeat: {"@timestamp":"2021-06-14T13:23:17.784Z","@metadata":{"beat":"metricbeat","type":"doc","version":
6.1.1"},"system":{"cpu":{"cores":2,"system":{"norm":{"pct":0.0221}},"iowait":{"norm":{"pct":0}},"nice":{"norm":{"pct":0}},"softirq":{"norm":{"pct":0}},"steal":{"norm":{"pct":0}},"idle":{"norm":{"pct":0.9511}},"total":{"norm":{"pct":0.0489}},"irq":{"norm":{"pct":0}},"user":{"norm":{"pct":0.0268}}}},"metricset":{"module":"system","name":"cpu"},"fields":{"uuid":"e0823342-aab7-88f9-f0eb-1e518720c8a6"},"beat":{"name":"BOXSR0302","hostname":"TESTVM","version":"6.1.1"},"tag":"metricbeat","customer_id":"3"}
7.10.0/7.11.0 logs:-
2021-06-14 15:27:05.100000000 +0200 metricbeat: {"@timestamp":"2021-06-14T13:27:05.100Z","@metadata":{"beat":"metricbeat","type":"_doc","version":"7.10.0"},"ecs":{"version":"1.6.0"},"agent":{"id":"a394b07a-720b-4bce-96f1-6153f1b8b1e2","name":"dc1sr0012","type":"metricbeat","version":"7.10.0","hostname":"dc1sr0012","ephemeral_id":"dc17c0de-74f3-412f-a1d3-8725329fcff4"},"event":{"dataset":"system.cpu","module":"system"},"metricset":{"name":"cpu","period":60000},"service":{"type":"system"},"system":{"cpu":{"total":{"norm":{"pct":0.0743}},"cores":2,"user":{"norm":{"pct":0.0303}},"system":{"norm":{"pct":0.044}},"idle":{"norm":{"pct":0.9257}}}},"host":{"cpu":{"pct":0.0743},"name":"TESTVM"},"fields":{"uuid":"74e00642-da4e-16ec-9511-45ead44b63eb"},"tag":"metricbeat","customer_id":"3"}