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!

.conf24 | Registration Open!

Hello, hello! I come bearing good news: Registration for .conf24 is now open!   conf is Splunk’s rad annual ...

ICYMI - Check out the latest releases of Splunk Edge Processor

Splunk is pleased to announce the latest enhancements to Splunk Edge Processor.  HEC Receiver authorization ...

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...