Dashboards & Visualizations

Is It Possible To Use A Simple XML Form Input Name As A Token/Variable

sajbutler
Path Finder

Hi

I have a Simple XML dashboard with the following form input:

 <input type="dropdown" token="stat" searchWhenChanged="true">
  <label>Average Or Median:</label>
  <choice value="avg">Average</choice>
  <choice value="median">Median</choice>
  <default>avg</default>
</input>

I would like to have a variable/token in a Chart Title so that the variable changes whenever someone selects something different in the form input. I can do it with the value - In the above case I could use $stat$ in the chart (i.e. avg or median). However, what I would like to know is whether it is possible to use the Name (i.e. Average or Median) as a variable/token.

Thanks

Shaun

Tags (2)

pedromvieira
Communicator

It is possible.

Sample code:

...
      <input type="dropdown" token="stat" searchWhenChanged="true">
        <label>Statistics</label>
        <choice value="MIN">Minimum</choice>
        <choice value="MAX">Maximum</choice>
        <choice value="AVG">Average</choice>        
        <default>MIN</default>
      </input> 
...

Sample search:

        <search id="your_search_id">
          <query>
... | stats $stat$(Your_Field) ...
          </query>
        </search>
0 Karma

ngatchasandra
Builder

Please, can i have your xml code?

0 Karma
Get Updates on the Splunk Community!

Database Performance Sidebar Panel Now on APM Database Query Performance & Service ...

We’ve streamlined the troubleshooting experience for database-related service issues by adding a database ...

IM Landing Page Filter - Now Available

We’ve added the capability for you to filter across the summary details on the main Infrastructure Monitoring ...

Dynamic Links from Alerts to IM Navigators - New in Observability Cloud

Splunk continues to improve the troubleshooting experience in Observability Cloud with this latest enhancement ...