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!

Enter the Splunk Community Dashboard Challenge for Your Chance to Win!

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

.conf24 | Session Scheduler is Live!!

.conf24 is happening June 11 - 14 in Las Vegas, and we are thrilled to announce that the conference catalog ...

Introducing the Splunk Community Dashboard Challenge!

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