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

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

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!

Index This | I am a number, but when you add ‘G’ to me, I go away. What number am I?

March 2024 Edition Hayyy Splunk Education Enthusiasts and the Eternally Curious!  We’re back with another ...

What’s New in Splunk App for PCI Compliance 5.3.1?

The Splunk App for PCI Compliance allows customers to extend the power of their existing Splunk solution with ...

Extending Observability Content to Splunk Cloud

Register to join us !   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to ...