Dashboards & Visualizations

How can I change the number of rows per page based on a drop-down menu selection?

tgdvopab
Path Finder

I want to have a drop-down menu which can change the displayed number of rows.
My drop-down looks like:

  <input type="dropdown" token="token_number_of_rows" searchWhenChanged="true">
    <label>Select number of rows</label>
    <choice value="10">10</choice>
    <choice value="15">15</choice>
    <choice value="20">20</choice>
    <choice value="25">25</choice>
    <choice value="30">30</choice>
    <choice value="35">35</choice>
    <choice value="40">40</choice>
    <choice value="45">45</choice>
    <choice value="50">50</choice>
    <default>20</default>
  </input>

And I want to change the value below with the the value of the drop-down:

option name="count">$noofrows$

But I receive the following error message:

XML Syntax Error: invalid literal for int() with base 10: '$token_number_of_rows$'

Is there a way to fix this problem?
Thanks! 🙂

jmallorquin
Builder

Hi,

You can set in the panel de number 10000 and in the query filter the eventes with |head $token_number_of_rows$

Hope i help you.

tgdvopab
Path Finder

Thanks this worked for me.
Unfortunately I cant navigate through the other pages.
Only the ones who are included in the "head" are present.

0 Karma

tgdvopab
Path Finder

the dropdown in xml should look as the following:
option name="count">$token_number_of_rows$

0 Karma

earakam
Path Finder

Hi
has this been solved? because i'm getting the same error.

0 Karma

tgdvopab
Path Finder

no sorry, it has not been sovled until today

0 Karma
Get Updates on the Splunk Community!

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...