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.

Get Updates on the Splunk Community!

Index This | I am a number, but when you add ‘G’ to me, I go away. What number am I?

March 2024 Edition Hayyy Splunk Education Enthusiasts and the Eternally Curious!  We’re back with another ...

What’s New in Splunk App for PCI Compliance 5.3.1?

The Splunk App for PCI Compliance allows customers to extend the power of their existing Splunk solution with ...

Extending Observability Content to Splunk Cloud

Register to join us !   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to ...