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!

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...