Getting Data In

How to change the default of 10 lines per page in forwarder management?

gbowden_pheaa
Path Finder

Is there a way to change the default of "10 lines" in Forwarder Management? I find it extremely annoying that this page, unlike most other pages in Splunk, will not remember the last setting for this area. I have many more forwarders, applications, and server classes than 10, and it really slows me down when I have to add many new apps/server classes, which presently is often.

bmacias84
Champion

Yes there is a way but I would not recommend it as your changes would break during any upgrade. The entire page is control by javascript

$SPLUNK_HOME/share/splunk/search_mrsparkle/exposed/js/build/deploymentserverpage.js

If you search for the following in the file you can create custom per page.

{value:"10",label:_("10 Per Page").t()},{value:"20",label:_("20 Per Page").t()},{value:"50",label:_("50 Per Page").t()},{value:"100",label:_("100 Per Page").t()}

This doesn't answer your question exactly but need to find the piece of code which sets the default value. Unfortunately I don't have time do more for you, but I hope this gets you started.

0 Karma

stufty
Path Finder

Hello, I share this frustration. Has anything changed in two years to allow this configuration?

0 Karma

Anam
Community Manager
Community Manager

Hi @stufty

This question was posted almost 4 years ago, if you are interested in finding out more, please post it as a new question.

Thanks

0 Karma
Get Updates on the Splunk Community!

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...