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!

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...

New in Observability Cloud - Explicit Bucket Histograms

Splunk introduces native support for histograms as a metric data type within Observability Cloud with Explicit ...