Dashboards & Visualizations

How do you put icon on dashboard?

appleman
Contributor

Hello,

I want to add an icon on my dashbaord.
I looked up some documents, but I couldn't find any.
Is there any way to do that?

Thank you.


ダッシュボードにアイコンを載せる方法はありますでしょうか。

1 Solution

rakesh_498115
Motivator

Hi appleman,

You can use the HTML Module for the same, Here is the code snippet

<module name="HTML" layoutPanel="panel_row1_col1">
            <param name="html">
                <![CDATA[
                <a href="dbd_csoc"><img width="60" height="30" src="/static/app/<app-name>/icon.png"/></a>
                    ]]>
            </param>
        </module>

Hope this helps !!

View solution in original post

rakesh_498115
Motivator

Hi appleman,

You can use the HTML Module for the same, Here is the code snippet

<module name="HTML" layoutPanel="panel_row1_col1">
            <param name="html">
                <![CDATA[
                <a href="dbd_csoc"><img width="60" height="30" src="/static/app/<app-name>/icon.png"/></a>
                    ]]>
            </param>
        </module>

Hope this helps !!

appleman
Contributor

Thank you. I was trying to do by converting my simple XML to HTML, and add te icon, but I guess I can just add it if I change my simple XML to Advanced.

Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.

Can’t make it to .conf25? Join us online!

Get Updates on the Splunk Community!

Can’t Make It to Boston? Stream .conf25 and Learn with Haya Husain

Boston may be buzzing this September with Splunk University and .conf25, but you don’t have to pack a bag to ...

Splunk Lantern’s Guide to The Most Popular .conf25 Sessions

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

Unlock What’s Next: The Splunk Cloud Platform at .conf25

In just a few days, Boston will be buzzing as the Splunk team and thousands of community members come together ...