Splunk Search

problem in query

kuldeepsingh99
New Member

I am using this query to get the Percentage CPU Utilization.

index=os sourcetype="cpu" minutesago=15 | eval human_readable_time=strftime(_time, "%Y-%d-%m %H:%M:%S") |
table host, human_readable_time, pctUser, pctIdle

It work fine on Splunk 4.5 version but i am not getting data on 4.2.3 version, i am not getting data for pctUser and pctIdle fields

Kindly Help

Tags (1)
0 Karma

MarioM
Motivator

He meant Splunk for Unix/Linux app v4.5

0 Karma

rajiv_kumar
Path Finder

It is working fine.

Thanks,
Rajiv

0 Karma

MarioM
Motivator

great! then if you could accept the answer it will be useful for other with same issue.

0 Karma

MarioM
Motivator

i used the following to get it to work on 4.5:

index=os sourcetype="cpu" minutesago=15 | multikv forceheader=1 | eval human_readable_time=strftime(_time, "%Y-%d-%m %H:%M:%S") | table host, human_readable_time, pctUser, pctIdle
0 Karma

ChrisG
Splunk Employee
Splunk Employee

Which version of Splunk are you running? 4.3.1 is the latest.

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 ...