Dashboards & Visualizations

How can I put the logo above the dashboard header ?

patra966
Path Finder

I want to put the logo in the top left-hand corner and above the dashboard header.
Please refer to the image below for reference.alt text

Thanks in Advance

0 Karma
1 Solution

vnravikumar
Champion

Hi

Try like

<dashboard>
  <label></label>
  <row>
    <panel>
      <html>
        <img src="/static/app/search/img.png" style="width:100px;height:50px"/>
        <h1 style="text-align:center">System Process Dashboard</h1>
  </html>
    </panel>
  </row>
  <row>
    <panel>
      <table>
        <search>
          <query>index="_internal" |stats count by sourcetype</query>
          <earliest>-24h@h</earliest>
          <latest>now</latest>
        </search>
        <option name="drilldown">none</option>
      </table>
    </panel>
  </row>
</dashboard>

View solution in original post

vnravikumar
Champion

Hi

Try like

<dashboard>
  <label></label>
  <row>
    <panel>
      <html>
        <img src="/static/app/search/img.png" style="width:100px;height:50px"/>
        <h1 style="text-align:center">System Process Dashboard</h1>
  </html>
    </panel>
  </row>
  <row>
    <panel>
      <table>
        <search>
          <query>index="_internal" |stats count by sourcetype</query>
          <earliest>-24h@h</earliest>
          <latest>now</latest>
        </search>
        <option name="drilldown">none</option>
      </table>
    </panel>
  </row>
</dashboard>

manidandu
Explorer

Hi @vnravikumar,

 

Can you help me to understand where should i save this src=<path>?

<img src="/static/app/search/img.png"

 

0 Karma

vnravikumar
Champion

src refers to your app directory

0 Karma
Get Updates on the Splunk Community!

Introducing the Splunk Community Dashboard Challenge!

Welcome to Splunk Community Dashboard Challenge! This is your chance to showcase your skills in creating ...

Get the T-shirt to Prove You Survived Splunk University Bootcamp

As if Splunk University, in Las Vegas, in-person, with three days of bootcamps and labs weren’t enough, now ...

Wondering How to Build Resiliency in the Cloud?

IT leaders are choosing Splunk Cloud as an ideal cloud transformation platform to drive business resilience,  ...