Dashboards & Visualizations

Show multiple titles above input

aohls
Contributor

Currently we have a separate panel that shows some information for our panels, this is essentially a title panel with some descriptive text. This is creating multiple panels that add a lot of excess items to our dashboards and XML. I was looking to implement these three values into the title area of the panel. I saw some items that show to put it as 

 

<html>
<h2>
Title text
</h2>
<h2>
description
</h2>
</html>

 

Doing this however means that my title and description are below my input dropdown which is not ideal. I would like these to be higher up in the title section but, I cannot add multiple things to the title section. Is there a way to position these above or add multiple items in the title option?

Labels (3)
0 Karma

to4kawa
Ultra Champion
<form>
  <label>drop down input(work around)</label>
  <fieldset submitButton="false"></fieldset>
  <row>
    <panel>
      <title>title</title>
      <input type="dropdown" token="field1">
        <label>description</label>
        <choice value="is money">time</choice>
      </input>
      <html/>
    </panel>
  </row>
</form>
0 Karma
Get Updates on the Splunk Community!

Join Us for Splunk University and Get Your Bootcamp Game On!

If you know, you know! Splunk University is the vibe this summer so register today for bootcamps galore ...

.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 ...