Hi-
I executed the metricbeats with the below config:
- module: windows
metricsets: [perfmon]
period: 10s
perfmon.ignore_non_existent_counters: true
perfmon.counters:
- instance_label: process_processor_time
measurement_label: process.processor.time
query: '\Process(*)\% Processor Time'
I ran the test modules command, I get this error log:
C:\metricbeatt>metricbeat.exe test modules windows...
perfmon...
error... ←[31mERROR ←[0mfailed reading counters: 1 error: key=process.proces
sor.time: The returned data is not valid.
Could someone tell whats the reason for this error message.