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!

Share Your Ideas & Meet the Lantern team at .Conf! Plus All of This Month’s New ...

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

Combine Multiline Logs into a Single Event with SOCK: a Step-by-Step Guide for ...

Combine multiline logs into a single event with SOCK - a step-by-step guide for newbies Olga Malita The ...

Stay Connected: Your Guide to May Tech Talks, Office Hours, and Webinars!

Take a look below to explore our upcoming Community Office Hours, Tech Talks, and Webinars this month. This ...