Dashboards & Visualizations

Setting default pageControls for results

wang
Path Finder

Via the UI, in the view for flashtimelineI added values to pageControls for results and set the default to 50.

While the new values do show up in the dropdown, I have searches (not all) that will come back and display the default of 10, eventhough there is no value 10 in the dropdown menu and I set the default to 50.

Is this a bug? Is there another setting I need to adjust to default search to 50?

            <module name="Count" layoutPanel="pageControls">
              <param name="options">
                <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">500</param>
                  <param name="value">500</param>
                </list>
                <list>
                  <param name="text">1000</param>
                  <param name="value">1000</param>
                </list>
              </param>
Tags (2)
0 Karma
1 Solution

jonuwz
Influencer

add :

<param name="default">50</param>

at the same level as the option param

View solution in original post

0 Karma

jonuwz
Influencer

add :

<param name="default">50</param>

at the same level as the option param

0 Karma

jonuwz
Influencer

Tip: go to :8000/modules

All the options for all modules are listed there. Wealth of information

0 Karma

wang
Path Finder

Thanks. Didn't know about the "default" param. I thought setting "selected" to True would do it.

0 Karma
Get Updates on the Splunk Community!

AI for AppInspect

We’re excited to announce two new updates to AppInspect designed to save you time and make the app approval ...

App Platform's 2025 Year in Review: A Year of Innovation, Growth, and Community

As we step into 2026, it’s the perfect moment to reflect on what an extraordinary year 2025 was for the Splunk ...

Operationalizing Entity Risk Score with Enterprise Security 8.3+

Overview Enterprise Security 8.3 introduces a powerful new feature called “Entity Risk Scoring” (ERS) for ...