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
Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.
Get Updates on the Splunk Community!

Data Persistence in the OpenTelemetry Collector

This blog post is part of an ongoing series on OpenTelemetry. What happens if the OpenTelemetry collector ...

Introducing Splunk 10.0: Smarter, Faster, and More Powerful Than Ever

Now On Demand Whether you're managing complex deployments or looking to future-proof your data ...

Community Content Calendar, September edition

Welcome to another insightful post from our Community Content Calendar! We're thrilled to continue bringing ...