Splunk Search

How to edit my search to add the total count for the number of times process appears in the logs per host?

davideberling
New Member
index=GenericHostName host=GenericServerName process="GenericServiceName" | fields _time, host, PID, process, source, pctCPU | fields - _raw
0 Karma

woodcock
Esteemed Legend

Just add this:

... | stats first(_time) AS first_time last(_time) AS last_time avg(pctCPU) count BY process PID source
0 Karma

davideberling
New Member

not exactly looking for the number of times a process (GenericServiceName) occurs in a certain time period (30 days)
index=GenericHostName host=GenericServerName process="GenericServiceName"
Thank you for your help

0 Karma

woodcock
Esteemed Legend

I am not at all clear on what you need or what is wrong with my answer but it might be better if you remove the source in my answer.

0 Karma
Get Updates on the Splunk Community!

ICYMI - Check out the latest releases of Splunk Edge Processor

Splunk is pleased to announce the latest enhancements to Splunk Edge Processor.  HEC Receiver authorization ...

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...