Splunk Search

Check box for base search

prajwal_94
Explorer

Hi guys,

For a dashboard panel, I am running base search and hoping to have a checkbox that returns the timechart data while selecting the check box. Not sure what changes needs to be done to the following query- (also I guess the tag placement for row, panel & chart needs to be aligned)


<search id="base_search">
<query>index=magic host="abc*" $check1$</query>
<earliest>-120m@m</earliest>
<latest>now</latest>
</search>
<fieldset submitButton="false">
<input type="checkbox" token="check1" searchWhenChanged="true">
<label>box</label>
<choice value="*">All</choice>
<search base="base_search">
<query>| search "abracadabra" | timechart span=5m count
</query>
</search>
<fieldForLabel>check1</fieldForLabel>
<fieldForValue>check1</fieldForValue>
</input>
</fieldset>

Labels (1)
0 Karma

richgalloway
SplunkTrust
SplunkTrust

The input search won't run until the token in the base search is defined - which won't happen until the input search runs.

---
If this reply helps you, Karma would be appreciated.
Get Updates on the Splunk Community!

Unlock Database Monitoring with Splunk Observability Cloud

  In today’s fast-paced digital landscape, even minor database slowdowns can disrupt user experiences and ...

Purpose in Action: How Splunk Is Helping Power an Inclusive Future for All

At Cisco, purpose isn’t a tagline—it’s a commitment. Cisco’s FY25 Purpose Report outlines how the company is ...

[Upcoming Webinar] Demo Day: Transforming IT Operations with Splunk

Join us for a live Demo Day at the Cisco Store on January 21st 10:00am - 11:00am PST In the fast-paced world ...