Dashboards & Visualizations

How can i in Custom Decorations variable?

chengyu
Path Finder

Hi Guys, I create form in my splunk and also create Custom Decorations, and create two choice box time and shcool, i can use time box variable in xml, but school variable i don't understand into form. How should i do into my form? Thanks.

<form stylesheet="devices.css">
  <label>test</label>

  <fieldset submitButton="true" autoRun="true">
    <input type="dropdown" token="school">
      <label>School</label>
      <choice value="*">All School</choice>
      <choice value="A school">A school</choice>
      <choice value="B school">B school</choice>

      <default>*</default>
    </input>
    <input type="time" token="time" searchWhenChanged="true">
      <label>time</label>
      <default>
        <earliest>-15m</earliest>
        <latest>now</latest>
      </default>
    </input>
  </fieldset>

    <search>
    <query>index=* splunk_server=*   | stats  count as value  | rangemap field=value  low=1- 10000 severe=0-0 default=low</query>
    <earliest>$time.earliest$</earliest>
    <latest>$time.latest$</latest>
    <progress>
      <set token="value2">$result.value$</set>
      <set token="range2">$result.range$</set>
    </progress>
  </search>

  <row>
    <panel>
      <html>
        <div class="small"> </div>
 <div class="custom-result-value icon-only $range2$"> $school$ </div>

            </html>

    </panel>
  </row>
Tags (2)
0 Karma

niketn
Legend

You can use $school$ to populate the value of choice Dropdown in you search queries.

Infact Dropdown gives you access to both Name and Value provided you are storing two different values.
Refer to Splunk 6.x Dashabord Examples app for details and also following documentation: http://docs.splunk.com/Documentation/Splunk/latest/Viz/Buildandeditforms

____________________________________________
| makeresults | eval message= "Happy Splunking!!!"
0 Karma
Get Updates on the Splunk Community!

Welcome to the Splunk Community!

(view in My Videos) We're so glad you're here! The Splunk Community is place to connect, learn, give back, and ...

Tech Talk | Elevating Digital Service Excellence: The Synergy of Splunk RUM & APM

Elevating Digital Service Excellence: The Synergy of Real User Monitoring and Application Performance ...

Adoption of RUM and APM at Splunk

    Unleash the power of Splunk Observability   Watch Now In this can't miss Tech Talk! The Splunk Growth ...