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
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

[Puzzles] Solve, Learn, Repeat: Character substitutions with Regular Expressions

This challenge was first posted on Slack #puzzles channelFor BORE at .conf23, we had a puzzle question which ...

Splunk Community Badges!

  Hey everyone! Ready to earn some serious bragging rights in the community? Along with our existing badges ...

[Puzzles] Solve, Learn, Repeat: Matching cron expressions

This puzzle (first published here) is based on matching timestamps to cron expressions.All the timestamps ...