Dashboards & Visualizations

help on panel with an h1 menu on the top

jip31
Motivator

Hello

I use the code below in order to display an <h1> title at the bottom of 2 single panel 

I try to do the same thing but I need an <h1> title for each single panel and to have the 2 single panel side by side

 <row>
    <panel> 
      <html>
         <h1>
          <center>HARDWARE and COMPLIANCE</center>
          </h1> 
       </html>
    </panel>  
  </row>

 

 <row>
    <panel>
      <single>
      </single>
    </panel>
    <panel>
      <single>
      </single>
    </panel>
  </row>

 

How to do this please?

 

Labels (1)
Tags (1)
0 Karma

thambisetty
SplunkTrust
SplunkTrust
<dashboard>
  <label>Single Panel - Test</label>
  <row>
    <panel>
      <single>
        <search>
          <query>| makeresults | eval count="100"</query>
          <earliest>-24h@h</earliest>
          <latest>now</latest>
        </search>
        <option name="drilldown">none</option>
        
      </single>
      <html>
        <h1 align="center"> hello master </h1>
        </html>
    </panel>
    <panel>
      <single>
        <search>
          <query>| makeresults | eval count="50"</query>
          <earliest>-24h@h</earliest>
          <latest>now</latest>
        </search>
        <option name="drilldown">none</option>
      </single>
      <html>
        <h1 align="center"> hello student </h1>
        </html>
    </panel>
  </row>
</dashboard>
————————————
If this helps, give a like below.
0 Karma

jip31
Motivator

not good

I need "hello master" and "hello student" at the top pof the single panels with a green background

0 Karma
Get Updates on the Splunk Community!

Accelerating Observability as Code with the Splunk AI Assistant

We’ve seen in previous posts what Observability as Code (OaC) is and how it’s now essential for managing ...

Integrating Splunk Search API and Quarto to Create Reproducible Investigation ...

 Splunk is More Than Just the Web Console For Digital Forensics and Incident Response (DFIR) practitioners, ...

Congratulations to the 2025-2026 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...