Splunk Search

display the dropdown content as Chart title

harshal_chakran
Builder

Hi,

I am using a xml code for showing a dropdown as follows:-

alt text

I want to display the content of dropdown, i.e.DataCall or Datarecieve as the title of the chart. And it should change as per the selection of dropdown.

Sorry I was not able to put the code directly, so I am attaching an image of it.

Please Help

somesoni2
Revered Legend

Just used $dropdowntokenname$ in place of title text. Example:

<form>
  <label>DynamicChartTitle</label>
  <description/>
  <fieldset autoRun="true" submitButton="true">
    <input type="time" searchWhenChanged="true">
      <default>
        <earliestTime>-15m</earliestTime>
        <latestTime>now</latestTime>
      </default>
    </input>
    <input type="dropdown" token="sourcetype" id="field3">
      <label>sourcetype :</label>
      <default>*</default>
      <choice value="*">All</choice>
      <populatingSearch fieldForValue="sourcetype" fieldForLabel="sourcetype">
        <![CDATA[ index=_internal | stats count by sourcetype | fields sourcetype]]>
      </populatingSearch>
    </input>
  </fieldset>
  <row>
    <chart>
      <title>DefaultTitle- $sourcetype$</title>
      <searchString>index=_internal | stats count by sourcetype</searchString>
      <earliestTime>$earliest$</earliestTime>
      <latestTime>$latest$</latestTime>
    </chart>
  </row>
</form>

somesoni2
Revered Legend

You can use your token user1 everywhere, you don't have to define another token for same value. Hope this is what you are asking here.

0 Karma

harshal_chakran
Builder

Hi,
Thanks for the reply somesoni2.
I have already define one token, as shown above i.e."user1", which I am using in a searchstring. Is it possible to define another token for the choice content?

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