Dashboards & Visualizations

How to format inputs on my dashboard to always display in 2 rows?

alan20854
Path Finder

Hi,

I am trying to create two rows of inputs on my dashboard. As of now, the only way for me to create two rows is to keep adding inputs until no more can fit in the first row. However, when I zoom in/out, the number of rows changes.

Is there a way to essentially lock the locations of the inputs so that I will always have 2 rows of inputs?

Tags (4)
0 Karma
1 Solution

sundareshr
Legend

Add a HTML panel between. Like this

  <fieldset submitButton="false">
    <input type="dropdown">
      <label>field1</label>
    </input>
      <html><p>Split input fields here</p><p></p><p></p><p></p><p></p></html>
    <input type="dropdown">
      <label>field1</label>
    </input>
  </fieldset>

View solution in original post

sundareshr
Legend

Add a HTML panel between. Like this

  <fieldset submitButton="false">
    <input type="dropdown">
      <label>field1</label>
    </input>
      <html><p>Split input fields here</p><p></p><p></p><p></p><p></p></html>
    <input type="dropdown">
      <label>field1</label>
    </input>
  </fieldset>
Get Updates on the Splunk Community!

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...

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 GA in US-AWS!

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