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!

Enter the Agentic Era with Splunk AI Assistant for SPL 1.4

  &#x1f680; Your data just got a serious AI upgrade — are you ready? Say hello to the Agentic Era with the ...

Stronger Security with Federated Search for S3, GCP SQL & Australian Threat ...

Splunk Lantern is a Splunk customer success center that provides advice from Splunk experts on valuable data ...

Accelerating Observability as Code with the Splunk AI Assistant

We’ve seen in previous posts what Observability as Code (OaC) is and how it’s now essential for managing ...