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
Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.

Can’t make it to .conf25? Join us online!

Get Updates on the Splunk Community!

Community Content Calendar, September edition

Welcome to another insightful post from our Community Content Calendar! We're thrilled to continue bringing ...

Splunkbase Unveils New App Listing Management Public Preview

Splunkbase Unveils New App Listing Management Public PreviewWe're thrilled to announce the public preview of ...

Leveraging Automated Threat Analysis Across the Splunk Ecosystem

Are you leveraging automation to its fullest potential in your threat detection strategy?Our upcoming Security ...