I was able to achieve this by editing dashboard.js. You'll need to do this for whichever theme you're using (lite/dark). Edit <splunk dir>/share/splunk/search_mrsparkle/exposed/build/pages/dark/dashboard.js Look for "getFacetsPerPage:function" and change the return value from 20 to whatever pagination value you want. Restart splunk and refresh the page.
... View more