Dashboards & Visualizations

Is it possible to create a dashboard with image links?

zimbini4
New Member

I would like to create a dashboard. Place an image on each panel. When you click on the image, it should open the relevant dashboard.... e.g, i picture of a firewall, when you click on it, it opens up a dashboard with firewall data. Please assist

Tags (3)
0 Karma

niketn
Legend

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

____________________________________________
| makeresults | eval message= "Happy Splunking!!!"
0 Karma

gcusello
SplunkTrust
SplunkTrust

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

surekhasplunk
Communicator

Thanks a lot @cusello your said approach worked for me .

0 Karma

gcusello
SplunkTrust
SplunkTrust

Hi zimbini4,
If you're satisfied, please accept or upvote this answer.
Bye.
Giuseppe

0 Karma

esmonder
Path Finder

also looking for a solution to this.

0 Karma

woodcock
Esteemed Legend

FYI, this is almost a description of ITSI:

https://www.splunk.com/en_us/campaigns/itsi-online-sandbox.html

0 Karma
Get Updates on the Splunk Community!

What You Read The Most: Splunk Lantern’s Most Popular Articles!

Splunk Lantern is a Splunk customer success center that provides advice from Splunk experts on valuable data ...

Announcing the General Availability of Splunk Enterprise Security 8.1!

We are pleased to announce the general availability of Splunk Enterprise Security 8.1. Splunk becomes the only ...

Developer Spotlight with William Searle

The Splunk Guy: A Developer’s Path from Web to Cloud William is a Splunk Professional Services Consultant with ...