Dashboards & Visualizations

using radio buttons to control a search that feeds a chart in a dashboard

HattrickNZ
Motivator

I have a search in splunk that uses the predict function that looks something like:

index=core ...$token1$ | fields - upper* lower*

This basically creates a chart that I have other tokens/inputForms being used to control the chart (e.g. timespan, granularity, elements...)

So I want to be able to toggle the search between this:

index=core ...$token1$ |

and this:

index=core ...| fields - upper* lower*

I am thinking I can do something like this:

 <input type="radio" token="toggle" searchWhenChanged="true">
      <label>Toggle On/Off:</label>
      <default>On</default>
      <choice value="fields - upper* lower*">On</choice>
      <choice value="">Off</choice>
   </input>

with my search looking like:

index=core ...$token1$ | fields - upper* lower*

and then the On will give index=core ...$token1$ | fields - upper* lower*

and the Off will give index=core ...$token1$ |

Hmm this seems logical will see how I go

0 Karma

HattrickNZ
Motivator

It worked first time 🙂

0 Karma

HattrickNZ
Motivator

this actually worked 🙂

0 Karma
Get Updates on the Splunk Community!

ICYMI - Check out the latest releases of Splunk Edge Processor

Splunk is pleased to announce the latest enhancements to Splunk Edge Processor.  HEC Receiver authorization ...

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...