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!

What Is Splunk? Here’s What You Can Do with Splunk

Hey Splunk Community, we know you know Splunk. You likely leverage its unparalleled ability to ingest, index, ...

Level Up Your .conf25: Splunk Arcade Comes to Boston

With .conf25 right around the corner in Boston, there’s a lot to look forward to — inspiring keynotes, ...

Manual Instrumentation with Splunk Observability Cloud: How to Instrument Frontend ...

Although it might seem daunting, as we’ve seen in this series, manual instrumentation can be straightforward ...