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 (2)
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!

Splunk Mobile: Your Brand-New Home Screen

Meet Your New Mobile Hub  Hello Splunk Community!  Staying connected to your data—no matter where you are—is ...

Introducing Value Insights (Beta): Understand the Business Impact your organization ...

Real progress on your strategic priorities starts with knowing the business outcomes your teams are delivering ...

Enterprise Security (ES) Essentials 8.3 is Now GA — Smarter Detections, Faster ...

As of today, Enterprise Security (ES) Essentials 8.3 is now generally available, helping SOC teams simplify ...