All Apps and Add-ons

How to filter specfic Windows CPU counters?

plarsenDST
Explorer

Is there a way to filter out Windows counters we don't care about to save license usage?
As an example, I don't want % C1 Time; % C2 Time; AND % C3 Time; indexed.

Or is it an all or nothing type of thing with Windows CPU ?

[perfmon://CPU]
counters = % Processor Time; % User Time; % Privileged Time; Interrupts/sec; % DPC Time; % Interrupt Time; DPCs Queued/sec; DPC Rate; % Idle Time; **% C1 Time; % C2 Time; % C3 Time;** C1 Transitions/sec; C2 Transitions/sec; C3 Transitions/sec
disabled = 0
instances = *
interval = 120
object = Processor
useEnglishOnly=true
index = perfmon
0 Karma

adonio
Ultra Champion

sure thing,

remove them from the inputs stanza

   [perfmon://CPU]
    counters = % Processor Time; % User Time; % Privileged Time; Interrupts/sec; % DPC Time; % Interrupt Time; DPCs Queued/sec; DPC Rate; % Idle Time; C1 Transitions/sec; C2 Transitions/sec; C3 Transitions/sec
    disabled = 0
    instances = *
    interval = 120
    object = Processor
    useEnglishOnly=true
    index = perfmon

you can consider the interval as well

hope it helps

Get Updates on the Splunk Community!

Enterprise Security Content Update (ESCU) | New Releases

In December, the Splunk Threat Research Team had 1 release of new security content via the Enterprise Security ...

Why am I not seeing the finding in Splunk Enterprise Security Analyst Queue?

(This is the first of a series of 2 blogs). Splunk Enterprise Security is a fantastic tool that offers robust ...

Index This | What are the 12 Days of Splunk-mas?

December 2024 Edition Hayyy Splunk Education Enthusiasts and the Eternally Curious!  We’re back with another ...