Dashboards & Visualizations

How to edit my dashboard to include a radio button for each index displayed?

leomedina
Explorer

Hello all,

In a bit of a pickle here with this and greatly appreciate the feedback and suggestions. I'm trying to create a dashboard that on one side it has one index (i.e. index=datapower) and the other side another (i.e. index=tibco). I created two different lookup tables (one for datapower and one for tibco) and would like to have two separate radio buttons for each one.

So far I have this and it's still not working.

<input type="radio" token="datapowerenvironment" searchWhenChanged="true">
      <label>DataPower Environment</label>
      <search>
        <query>| inputlookup datapower_hosts.csv | search datacenter=$datacenter$ | stats count by environment | rename environment as datapowerenvironment</query>
        <earliest>-24h@h</earliest>
        <latest>now</latest>
      </search>
      <fieldForLabel>datapowerenvironment</fieldForLabel>
      <fieldForValue>datapowerenvironment</fieldForValue>
      <default>datapowerProd</default>
      <initialValue>datapowerProd</initialValue>
    </input>
<input type="radio" token="tibcoenvironment" searchWhenChanged="true">
      <label>Tibco Environment</label>
      <search>
        <query>| inputlookup tibco_hosts.csv | search datacenter=$datacenter$ | stats count by environment | rename environment as tibcoenvironment</query>
        <earliest>-24h@h</earliest>
        <latest>now</latest>
      </search>
      <fieldForLabel>tibcoenvironment</fieldForLabel>
      <fieldForValue>tibcoenvironment</fieldForValue>
      <default>tibcoProd</default>
      <initialValue>tibcoProd</initialValue>
    </input>

I am getting a "Could not create search." response, and would sincerely appreciate any suggestions and/or help.

Thanks!

0 Karma
1 Solution

3no
Communicator

the $datacenter$ token is not define.

View solution in original post

0 Karma

3no
Communicator

the $datacenter$ token is not define.

0 Karma

ckunath
Communicator

Are you sure that the $datacenter$ token is set before the search runs? What exactly are you searching for with datacenter?

0 Karma
Get Updates on the Splunk Community!

Join Us for Splunk University and Get Your Bootcamp Game On!

If you know, you know! Splunk University is the vibe this summer so register today for bootcamps galore ...

.conf24 | Learning Tracks for Security, Observability, Platform, and Developers!

.conf24 is taking place at The Venetian in Las Vegas from June 11 - 14. Continue reading to learn about the ...

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...