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!

Stay Connected: Your Guide to May Tech Talks, Office Hours, and Webinars!

Take a look below to explore our upcoming Community Office Hours, Tech Talks, and Webinars this month. This ...

They're back! Join the SplunkTrust and MVP at .conf24

With our highly anticipated annual conference, .conf, comes the fez-wearers you can trust! The SplunkTrust, as ...

Enterprise Security Content Update (ESCU) | New Releases

Last month, the Splunk Threat Research Team had two releases of new security content via the Enterprise ...