I have created custom perf counters. I see them in PerfMon just fine, but when I try to add them to Splunk, I don't see any instances. The WMI category and fields are there. However, when I choose "Selected" under Available Instances the box is empty. If I choose "All" then I simply don't get any data in Splunk.
Here's the WQL:
SELECT Name, active FROM Win32_PerfRawData_RobloxFarmsAppServer_RobloxFarmsAppServer
I ran my WQL in Scriptomatic and it returned results, but Splunk isn't gathering data. How do I debug this?
-Erik