Greetings,
We have several items set up for collecting windows perfmon data. The Splunk App for Windows app appears to only work with WMI out of the box.
Here are the ones we have configured:PERFMON=cpu,memory,network,diskspace
Example:
[PERFMON:LocalPhysicalDisk]
interval = 0
object = PhysicalDisk
counters = Disk Bytes/sec; % Disk Read Time; % Disk Write Time; % Disk Time
instances = *
disabled = 0
Is there an easy way to adjust the Windows app? We would prefer to not use the WMI method if possible. I found a few posts saying it was possible, but nothing pointing me to the method to do this.
Thanks!
... View more