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!

Fastest way to demo Observability

I’ve been having a lot of fun learning about Kubernetes and Observability. I set myself an interesting ...

September Community Champions: A Shoutout to Our Contributors!

As we close the books on another fantastic month, we want to take a moment to celebrate the people who are the ...

Splunk Decoded: Service Maps vs Service Analyzer Tree View vs Flow Maps

It’s Monday morning, and your phone is buzzing with alert escalations – your customer-facing portal is running ...