- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
bruno_eduardo
Path Finder
11-28-2014
08:14 AM
Hello,
I would like to know how to customize a little bir more one of my dashboards.
How to Add a button on a dashboard panel which directs to another dashboard or URL?
1 Solution
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
martin_mueller

SplunkTrust
11-28-2014
02:59 PM
Use the HTML element, for example like this:
<row>
<panel>
<chart>
...your regular panel content goes here...
</chart>
<html>
<a href="your url here">your text here</a>
</html>
</panel>
</row>
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
martin_mueller

SplunkTrust
11-28-2014
02:59 PM
Use the HTML element, for example like this:
<row>
<panel>
<chart>
...your regular panel content goes here...
</chart>
<html>
<a href="your url here">your text here</a>
</html>
</panel>
</row>
