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!

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 ...