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!

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