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!

Adoption of RUM and APM at Splunk

    Unleash the power of Splunk Observability   Watch Now In this can't miss Tech Talk! The Splunk Growth ...

Routing logs with Splunk OTel Collector for Kubernetes

The Splunk Distribution of the OpenTelemetry (OTel) Collector is a product that provides a way to ingest ...

Welcome to the Splunk Community!

(view in My Videos) We're so glad you're here! The Splunk Community is place to connect, learn, give back, and ...