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!

Community Content Calendar, September edition

Welcome to another insightful post from our Community Content Calendar! We're thrilled to continue bringing ...

Splunkbase Unveils New App Listing Management Public Preview

Splunkbase Unveils New App Listing Management Public PreviewWe're thrilled to announce the public preview of ...

Leveraging Automated Threat Analysis Across the Splunk Ecosystem

Are you leveraging automation to its fullest potential in your threat detection strategy?Our upcoming Security ...