Dashboards & Visualizations

convert dynamic drop-down to static

mikefoti
Communicator

I created a simple form with a dynamically populated drop-down. But the initial load of the form takes approx 20/30 seconds. So I converted simple xml to advanced, with the intend of replacing the dynamic drop-down with a drop-down based on a lookup (the lookup table only has 10 values).
But I have so far un unable to find an example to mimic... I only see examples of mutiple drop-downs.Can some one please provide an example... or, given the advanced xml of my dynamically populated drop-down, tell me what needs changed?

  <module name="SearchSelectLister" layoutPanel="viewHeader" autoRun="True">
<param name="staticFieldsToDisplay">
  <list>
    <param name="value">*</param>
    <param name="label">ALL</param>
  </list>
</param>
<param name="search">index=winradius_ow | stats count by nps_storeNumber</param>
<param name="selected">*</param>
<param name="label">Select a location</param>
<param name="settingToCreate">nps_storeNumber_setting</param>
<param name="searchFieldsToDisplay">
  <list>
    <param name="value">nps_storeNumber</param>
    <param name="label">nps_storeNumber</param>
  </list>
</param>
<param name="searchWhenChanged">False</param>
<module name="ConvertToIntention">
  <param name="settingToConvert">nps_storeNumber_setting</param>
  <param name="intention">
    <param name="name">stringreplace</param>
    <param name="arg">
      <param name="nps_storeNumber">
        <param name="default">*</param>
        <param name="fillOnEmpty">True</param>
        <param name="value">$target$</param>
      </param>
    </param>
  </param>
Tags (2)
0 Karma
1 Solution

mikefoti
Communicator

The answer was to replace the module SearchSelectLister with StaticSelect.
Details here: http://splunk-base.splunk.com/answers/51663/convert-dynamic-drop-down-to-static-in-advanced-xml

View solution in original post

mikefoti
Communicator

The answer was to replace the module SearchSelectLister with StaticSelect.
Details here: http://splunk-base.splunk.com/answers/51663/convert-dynamic-drop-down-to-static-in-advanced-xml

Get Updates on the Splunk Community!

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...

New in Observability Cloud - Explicit Bucket Histograms

Splunk introduces native support for histograms as a metric data type within Observability Cloud with Explicit ...