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!

.conf24 | Learning Tracks for Security, Observability, Platform, and Developers!

.conf24 is taking place at The Venetian in Las Vegas from June 11 - 14. Continue reading to learn about the ...

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...