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 (2)
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!

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