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!

Advanced Splunk Data Management Strategies

Join us on Wednesday, May 14, 2025, at 11 AM PDT / 2 PM EDT for an exclusive Tech Talk that delves into ...

Uncovering Multi-Account Fraud with Splunk Banking Analytics

Last month, I met with a Senior Fraud Analyst at a nationally recognized bank to discuss their recent success ...

Secure Your Future: A Deep Dive into the Compliance and Security Enhancements for the ...

What has been announced?  In the blog, “Preparing your Splunk Environment for OpensSSL3,”we announced the ...