Dashboards & Visualizations

Align two input boxes on top of one another

neerajs_81
Builder

Hi, i am using classic dashboard. I have below 2 INPUT boxes ( SRC_Condition and Source IP)  to filter the src_ip.  By default, we can only place input boxes next to one another.   How can i align these 2 on top of one another ?   Splunk doesn't allow us to drag and drop them on top of each other. 

neerajs_81_0-1728887772229.png

 





Labels (1)
Tags (1)
0 Karma
1 Solution

gcusello
SplunkTrust
SplunkTrust

Hi @neerajs_81 ,

as I said, there's no way to intervene on Classic Dashboards Inputs layout, you can only use Dashboard Studio.

Ciao.

Giuseppe

View solution in original post

0 Karma

ITWhisperer
SplunkTrust
SplunkTrust

You could put them in panels in different rows

<form version="1.1" theme="light">
  <label>Inputs</label>
  <row>
    <panel>
      <input type="text" token="src_ip">
        <label>Source IP</label>
      </input>
      <input type="text" token="dest_ip">
        <label>Destination IP</label>
      </input>
    </panel>
  </row>
  <row>
    <panel>
      <input type="radio" token="srcIPcondition">
        <label>SrcIP Condition</label>
        <choice value="=">Equal</choice>
        <choice value="!=">Not Equal</choice>
      </input>
      <input type="radio" token="destIPcondition">
        <label>DestIP Condition</label>
        <choice value="=">Equal</choice>
        <choice value="!=">Not Equal</choice>
      </input>
    </panel>
  </row>
</form>

neerajs_81
Builder

ok thanks, how about is there a way to increase gap between two input boxes?   How can i add more space between Source IP and DestIP Condition as shown below ? 

neerajs_81_0-1728889988053.png

 

0 Karma

gcusello
SplunkTrust
SplunkTrust

Hi @neerajs_81 ,

as I said, there's no way to intervene on Classic Dashboards Inputs layout, you can only use Dashboard Studio.

Ciao.

Giuseppe

0 Karma

gcusello
SplunkTrust
SplunkTrust

Hi @neerajs_81 ,

good for you, see next time!

maybe you could try the hint from @ITWhisperer  to put inputs in different rows, bat always one by one in each panel.

Ciao and happy splunking

Giuseppe

P.S.: Karma Points are appreciated by all the contributors 😉

0 Karma

gcusello
SplunkTrust
SplunkTrust

Hi @neerajs_81 ,

using Classic Dashboards, you can only put the input boxes on the same row on top of the dashboard; if you want a different position, you have to use Dashboard Studio.

Ciao.

Giuseppe

0 Karma
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

May 2026 Splunk Expert Sessions: Security & Observability

Level Up Your Operations: May 2026 Splunk Expert Sessions Whether you are refining your security posture or ...

Network to App: Observability Unlocked [May & June Series]

In today’s digital landscape, your environment is no longer confined to the data center. It spans complex ...

SPL2 Deep Dives, AppDynamics Integrations, SAML Made Simple and Much More on Splunk ...

Splunk Lantern is Splunk’s customer success center that provides practical guidance from Splunk experts on key ...