Dashboards & Visualizations

Enable vertical scrolling in dashboard panel?

the_wolverine
Champion

I have an event list in my dashboard. I am able to increase the number of events displayed but I really want to fix the panel height and provide a vertical scroller so users can scroll down to see additional events.

How would I enable vertical scrolling in a panel? Is this possible? If so, can someone please provide an example?

0 Karma
1 Solution

the_wolverine
Champion

Instead of adding a vertical scroller, you can add paginators to your panel to allow users to click through pages of results. Example:

<dashboard>
<label>My Dashboard with Paginators</label>
    <row>
    <event>
<title>Title of Search - Splunk Errs Last 24</title>
    <searchString>index=_internal source=*splunkd.log error host=* NOT DEBUG</searchString>
<earliestTime>-24h</earliestTime>
  <option name="count">10</option>
  <option name="showPager">true</option>
  <option name="displayRowNumbers">false</option>
</event>
</row>
</dashboard>

View solution in original post

0 Karma

SreeragM
Explorer

try this css property on the div

overflow-y: scroll

-Sreerag

the_wolverine
Champion

Instead of adding a vertical scroller, you can add paginators to your panel to allow users to click through pages of results. Example:

<dashboard>
<label>My Dashboard with Paginators</label>
    <row>
    <event>
<title>Title of Search - Splunk Errs Last 24</title>
    <searchString>index=_internal source=*splunkd.log error host=* NOT DEBUG</searchString>
<earliestTime>-24h</earliestTime>
  <option name="count">10</option>
  <option name="showPager">true</option>
  <option name="displayRowNumbers">false</option>
</event>
</row>
</dashboard>
0 Karma
Get Updates on the Splunk Community!

Index This | I am a number, but when you add ‘G’ to me, I go away. What number am I?

March 2024 Edition Hayyy Splunk Education Enthusiasts and the Eternally Curious!  We’re back with another ...

What’s New in Splunk App for PCI Compliance 5.3.1?

The Splunk App for PCI Compliance allows customers to extend the power of their existing Splunk solution with ...

Extending Observability Content to Splunk Cloud

Register to join us !   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to ...