Splunk Search

useage of query result

ronenp
New Member

hello ,
i am new to splunk and i have a bit of a problem with using the results from the query,

<condition match=" 'results.res' >0"> doesn't work so as the $job.resultCount$

if i try to use 'job.resultCount' or $job.resultCount$ it works but that not what i need

query :
<search id="parsing_queue">
index=_internal source = "udp:514" sourcetype = "syslog" alert | stats count as res
-24h@h
now

$job.resultCount$


no val

thank you all

ronen

0 Karma

chimell
Motivator

HI ronenp
try to use this :

<search id="parsing_queue">
      <query>index=_internal source = "udp:514" sourcetype = "syslog" alert | stats count </query>
      <earliest>-24h@h</earliest>
      <latest>now</latest>
      <progress>
           <condition match="'job.resultCount' >0">
               <set token="show_table">true</set>
           </condition>
           <condition>
               <unset token="show_table"/>
           </condition>
       </progress>
   </search>
0 Karma

vasanthmss
Motivator

Wat version of Splunk you are using ?

V
0 Karma

Richfez
SplunkTrust
SplunkTrust

Could you paste the search you are running again, only this time format it with the Code Sample button? I think a lot of your search got eaten by the editor.

0 Karma

renjith_nair
Legend

You can use the $job.resultCount$ inside the search tag or set a token based on this and use that later.

For reference : http://docs.splunk.com/Documentation/Splunk/latest/Viz/tokens#Search_event_elements_and_job_properti...

Happy Splunking!
0 Karma
Get Updates on the Splunk Community!

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

New in Observability Cloud - Explicit Bucket Histograms

Splunk introduces native support for histograms as a metric data type within Observability Cloud with Explicit ...