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!

Routing logs with Splunk OTel Collector for Kubernetes

The Splunk Distribution of the OpenTelemetry (OTel) Collector is a product that provides a way to ingest ...

Welcome to the Splunk Community!

(view in My Videos) We're so glad you're here! The Splunk Community is place to connect, learn, give back, and ...

Tech Talk | Elevating Digital Service Excellence: The Synergy of Splunk RUM & APM

Elevating Digital Service Excellence: The Synergy of Real User Monitoring and Application Performance ...