hello
I use fluently wmi request with splunk
until now, i had any problems
I have to use these 2 wmi class but splunk is unable to request from them
anybody have an idea? is there some restrictions between splunk and wmi???
[WMI:BatteryFull]
disabled = 0
interval = 30
wql = SELECT * FROM BatteryFullChargedCapacity
index = windows-wmi
[WMI:BatteryStatic]
disabled = 0
interval = 30
wql = SELECT * FROM BatteryStaticData
index = windows-wmi
↧