@zimbini4, Please refer to one of my answers to use Splunk Status Indicator Custom Visualization
with Trellis Layour
(Splunk 6.6
onward. Prior to Splunk 6.6 you would require one Status Indicator for each button you want to create), to create a Responsive Logon Page design. Status Indicator uses Font Awesome to give you several Scalable SVG icons (http://fontawesome.io/icons/)
https://answers.splunk.com/answers/580622/dashboard-help-can-i-use-bootstrap-enterprise-so-m.html
This option will easily get you started without having to depend on Static Image file/CSS. However, if you want you can actually include a Background Image for your App for a consistent look and feel. Please try out and confirm.
Hi
in this way you can put an image associating an url to the image
<row>
<panel>
<html>
<div style="width:100%;height:100%;text-align:center;">
<a href="http://www.splunk.com">
<img src="/static/app/my_app/splunk_logo.png" style="height:80px;border:0;"/>
</a>
</div>
</html>
</panel>
</row>
If you wanto to launch dashboard use this:
<row>
<panel>
<html>
<h1>Log Search</h1>
<p>
<font size="2">Log Search</font>
</p>
<table border="0" cellpadding="10" align="center">
<th>
<tr>
<td align="center">
<a href="my_dashboard1">
<img src="/static/app/my_app/myIcon1.png" style="width:80px;border:0;"/>
</a>
</td>
<td align="center">
<a href="my_dashboard2">
<img src="/static/app/my_app/myIcon2.png" style="width:80px;border:0;"/>
</a>
</td>
</tr>
<tr>
<td align="center">
<a href="my_dashboard1">
Dashboard 1
</a>
</td>
<td align="center">
<a href="my_dashboard2">
Dashboard 2
</a>
</td>
</tr>
</th>
</table>
</html>
</panel>
</row>
In this way you have a table with icon and above the title, you can click both on icon and on title to launch dashboard.
Bye.
Giuseppe
Thanks a lot @cusello your said approach worked for me .
Hi zimbini4,
If you're satisfied, please accept or upvote this answer.
Bye.
Giuseppe
also looking for a solution to this.
FYI, this is almost a description of ITSI
:
https://www.splunk.com/en_us/campaigns/itsi-online-sandbox.html