Splunk Search

How to show more than 50 events on a page in 7.x ?

zebu14
Explorer

Hello,
In Splunk previous versions (5.x) there was an editable file to be able to add more choices for the number of displayed events (10/20/50 per page)

I want to display more events on each page (100 / 200) because my logs are quite verbose.

The question has already been asked for Splunk 6.x, but I am searching for a solution on version 7.1.

Any idea ?

Thank you

Tags (2)

aguthrie1190
Path Finder

I'm not sure how supported this change is. But you can change the values in these two files:
/opt/splunk/share/splunk/search_mrsparkle/exposed/build/pages/enterprise/search.js
/opt/splunk/share/splunk/search_mrsparkle/exposed/build/pages/enterprise/common.js

Look for this JSON block:
{value:"10",label:("10 per page").t()},{value:"20",label:("20 per page").t()},{value:"50",label:_("50 per page").t()}

And add additional values to it:
{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 code appears multiple times in each file, so you'll have to replace it each time.

0 Karma

inventsekar
SplunkTrust
SplunkTrust

Hi, this you want on the splunk search page or on the dashboard?

thanks and best regards,
Sekar

PS - If this or any post helped you in any way, pls consider upvoting, thanks for reading !
0 Karma

zebu14
Explorer

On the splunk search page, yes.

I tried to edit the following files :
./share/splunk/search_mrsparkle/exposed/js/views/search/results/eventspane/controls/Master.js
./share/splunk/search_mrsparkle/exposed/js/views/search/searchhistory/historycontent/Master.js
./share/splunk/search_mrsparkle/exposed/js/views/dataset/tablecontainer/results/DatasetControls.js

With no success for the moment.

0 Karma

inventsekar
SplunkTrust
SplunkTrust

maybe, check this page -
https://answers.splunk.com/answers/27359/how-to-expand-results-per-page-dropdown-with-answer.html

thanks and best regards,
Sekar

PS - If this or any post helped you in any way, pls consider upvoting, thanks for reading !
0 Karma
Get Updates on the Splunk Community!

Index This | Why did the turkey cross the road?

November 2025 Edition  Hayyy Splunk Education Enthusiasts and the Eternally Curious!   We’re back with this ...

Enter the Agentic Era with Splunk AI Assistant for SPL 1.4

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

Feel the Splunk Love: Real Stories from Real Customers

Hello Splunk Community,    What’s the best part of hearing how our customers use Splunk? Easy: the positive ...