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!

Enter the Agentic Era with Splunk AI Assistant for SPL 1.4

  &#x1f680; Your data just got a serious AI upgrade — are you ready? Say hello to the Agentic Era with the ...

Stronger Security with Federated Search for S3, GCP SQL & Australian Threat ...

Splunk Lantern is a Splunk customer success center that provides advice from Splunk experts on valuable data ...

Accelerating Observability as Code with the Splunk AI Assistant

We’ve seen in previous posts what Observability as Code (OaC) is and how it’s now essential for managing ...