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
Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.
Get Updates on the Splunk Community!

.conf25 Global Broadcast: Don’t Miss a Moment

Hello Splunkers, .conf25 is only a click away.  Not able to make it to .conf25 in person? No worries, you can ...

Observe and Secure All Apps with Splunk

 Join Us for Our Next Tech Talk: Observe and Secure All Apps with SplunkAs organizations continue to innovate ...

What's New in Splunk Observability - August 2025

What's New We are excited to announce the latest enhancements to Splunk Observability Cloud as well as what is ...