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 Observability for AI

Don’t miss out on an exciting Tech Talk on Splunk Observability for AI! Discover how Splunk’s agentic AI ...

[Puzzles] Solve, Learn, Repeat: Dereferencing XML to Fixed-length events

This challenge was first posted on Slack #puzzles channelFor a previous puzzle, I needed a set of fixed-length ...

Stay Connected: Your Guide to December Tech Talks, Office Hours, and Webinars!

What are Community Office Hours? Community Office Hours is an interactive 60-minute Zoom series where ...