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.

Can’t make it to .conf25? Join us online!

Get Updates on the Splunk Community!

Can’t Make It to Boston? Stream .conf25 and Learn with Haya Husain

Boston may be buzzing this September with Splunk University and .conf25, but you don’t have to pack a bag to ...

Splunk Lantern’s Guide to The Most Popular .conf25 Sessions

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

Unlock What’s Next: The Splunk Cloud Platform at .conf25

In just a few days, Boston will be buzzing as the Splunk team and thousands of community members come together ...