Getting Data In

How do I add addition entry eg. 2000 to the show source dropdown menu?

justindett
Path Finder

Hi,

How do I add an addition numeric value to the show source dropdown list in version 8.1.6. I would like to add 2000. By default max is 1000.

In version 7.3.5 is was just a matter of adding another line to the xml with 2000.

But in 8.1.6 the xml looks like this :

<?xml version="1.0"?>
<view template="pages/app.html" type="html" isDashboard="False">
    <label>Show Source</label>
</view>

 

7.3.5 looked like this :

<view isVisible="false" template="search.html" isDashboard="False">

  <label>Show source</label>
  <module name="AccountBar" layoutPanel="appHeader">
    <param name="mode">popup</param>
  </module>
  <module name="Message" layoutPanel="messaging">
    <param name="filter">*</param>
    <param name="clearOnJobDispatch">True</param>
    <param name="maxSize">1</param>
    <module name="SoftWrap" layoutPanel="pageControls">
      <param name="enable">False</param>
      <module name="Count" layoutPanel="pageControls">
<param name="options">
 <list>
   <param name="text">25</param>
   <param name="value">25</param>
 </list>
 <list>
   <param name="text">50</param>
   <param name="selected">True</param>
   <param name="value">50</param>
 </list>
 <list>
   <param name="text">100</param>
   <param name="value">100</param>
 </list>
 <list>
   <param name="text">200</param>
   <param name="value">200</param>
 </list>
 <list>
   <param name="text">500</param>
   <param name="value">500</param>
 </list>
 <list>
   <param name="text">1000</param>
   <param name="value">1000</param>
 </list>
      <list>
   <param name="text">2000</param>
   <param name="value">2000</param>
 </list>
</param>
<module name="ShowSource" layoutPanel="resultsAreaLeft">
</module>
      </module>
    </module>
  </module>
</view>
Labels (1)
0 Karma
Get Updates on the Splunk Community!

Index This | When is October more than just the tenth month?

October 2025 Edition  Hayyy Splunk Education Enthusiasts and the Eternally Curious!   We’re back with this ...

Observe and Secure All Apps with Splunk

  Join Us for Our Next Tech Talk: Observe and Secure All Apps with SplunkAs organizations continue to innovate ...

What’s New & Next in Splunk SOAR

 Security teams today are dealing with more alerts, more tools, and more pressure than ever.  Join us for an ...