Getting Data In

Splunk Query not generating proper output

shreyasathavale
Communicator

Hi,
We have joined 2 queries for output.When we run individual query we are getting the proper output but when combined we are not getting it. It would be helpful if anyone give thoughts about it.
Queries are as follows:

index=perfmon counter="% Processor Time" source="Perfmon:cputime" earliest=-15m | stats avg(Value) as CpuUsage by role,host|where CpuUsage > 10

index=perfmon counter="% Processor Time"source="Perfmon:Process" | top 6 instance by host|fields instance,host

Tags (2)
0 Karma

shreyasathavale
Communicator

I have mentioned roles in serverclass.conf

0 Karma

linu1988
Champion

I have 2 doubts

| stats avg(Value) as CpuUsage by role,host 

from where u are getting roles?

0 Karma

HiroshiSatoh
Champion

Do you join? Not add?

[join]
index=perfmon counter="% Processor Time" source="Perfmon:cputime" earliest=-15m | stats avg(Value) as CpuUsage by role,host|where CpuUsage > 10 |join host [index=perfmon counter="% Processor Time"source="Perfmon:Process" | top 6 instance by host|fields instance,host]

[ADD]
index=perfmon counter="% Processor Time" source="Perfmon:cputime" earliest=-15m | stats avg(Value) as CpuUsage by role,host|where CpuUsage > 10 |append [index=perfmon counter="% Processor Time"source="Perfmon:Process" | top 6 instance by host|fields instance,host]

0 Karma

shreyasathavale
Communicator

Hi, I tried the above queries but it is only giving me top 1 instance instead of 3/4/5 .. My requirement is "If the 1st query is true then only run 2nd query else dont run" , since it takes lots of time for parsing.. Any help ??

0 Karma

shreyasathavale
Communicator

I had used appendcols as well as join but was not able to get the output... I had tried join id [search index=]...I will still try the above .. Thanks..

0 Karma
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

Modernize your Splunk Apps – Introducing Python 3.13 in Splunk

We are excited to announce that the upcoming releases of Splunk Enterprise 10.2.x and Splunk Cloud Platform ...

Step into “Hunt the Insider: An Splunk ES Premier Mystery” to catch a cybercriminal ...

After a whole week of being on call, you fell asleep on your keyboard, and you hit a sequence of buttons that ...

SplunkTrust Application Period is Officially OPEN!

It's that time, folks! The application/nomination period for the 2026-2027 SplunkTrust is officially open. If ...