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!

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!

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