Dashboards & Visualizations

Anchors or Hyperlinks to scroll down a page

shakSplunk
Path Finder

Hi all,

I have a dashboard which is comprised of 5 tables. However, sometimes it can get annoying scrolling all the way down. Is there a way that on the top of the dashboard I can have 5 hyperlinks that scroll to a particular section of the dashboard? Would this be possible through giving tables id's? 

The desired functionality is much like confluence where you can put anchors throughout the page and create hyperlinks to scroll to particular sections.

 

Thanks, any help would be greatly appreciated!

Labels (1)
0 Karma

jwalthour
Communicator

With the current simpleXML, you cannot use page anchors. However, you could use “depends” where clicking on values at the top of the page reveal the associated panel.

Have a table at the top of the dashboard with the choices of panels as rows down or columns across. Use the drilldown functionality to set a token. The value of the token is used in subsequent panels, initially not visible, to make one of the panels visible, whichever depending on the value clicked at the top.

0 Karma

jhanvidattani
Path Finder

@shakSplunk 

I don't have much idea about these hyperlinks but to avoid scrolling for a long way, you can add below XML tag for tables.  It will show 5 rows at a time and provide pagination for more than 5 entries.

<option name="count">5</option>

 

If you find my solution fruitful, an upvote would be appreciated.

0 Karma
Get Updates on the Splunk Community!

Celebrating Fast Lane: 2025 Authorized Learning Partner of the Year

At .conf25, Splunk proudly recognized Fast Lane as the 2025 Authorized Learning Partner of the Year. This ...

Tech Talk Recap | Mastering Threat Hunting

Mastering Threat HuntingDive into the world of threat hunting, exploring the key differences between ...

Observability for AI Applications: Troubleshooting Latency

If you’re working with proprietary company data, you’re probably going to have a locally hosted LLM or many ...