Getting Data In

How to have dropdown which is fixed when scrolled down in a dashboard?

power12
Communicator

Hello SPLUNKERS

 

I have dashboard with multiple panels. On top the dashboard I have multiple dropdowns,time select and multi select inputs.If i want to select or change my drop-down selection after reaching the bottom of my  my dashboard all the way to bottom .I need to scroll up and change it..Is there way to have the drop-down be fixed when scrolled and be visible and able to make changes

Thanks in Advance

Tags (1)
0 Karma

ITWhisperer
SplunkTrust
SplunkTrust

Are you using Dashboard Studio or Classic? Dashboard Studio seems to do this automatically.

0 Karma

power12
Communicator

I am doing the classic one...But i was able to do  it .

 

/* Freeze top filters */
.fieldset.dashboard-form-globalfieldset.editable{
position:sticky;
top: 0 !important;
z-index: 2;
display: inline-block;
width:100%;
background:#32373e;

color:white;
border-top-right-radius: 3px;
border-top-left-radius: 3px;
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px;}
div [data-view="views/dashboard/form/Input"] label{
font-weight:bold!important;}
.input.input-dropdown{
margin-top:10px!important;
margin-left:15px!important;}
/* Display Total row in bold for all tables */
.shared-resultstable-resultstablesummaryrow{
font-weight:bold!important;
font-size:15px!important;}

bowesmana
SplunkTrust
SplunkTrust

If this has worked for you, please accept your solution - this will be valuable to the community (and me!!)

0 Karma

bowesmana
SplunkTrust
SplunkTrust

You can't do this directly with Splunk, but you may be able to do it using CSS to modify the input panels at the top, but you'd have to know your CSS/HTML.

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!

Persistent Queue at TcpOut — One of Splunk's Most Practical Features

Splunk introduced persistent queueing at the tcpout layer as one of the most practical resilience features in ...

Skip the Awkward Silence: Have a .conf-ersation at .conf26

Picture this. You arrive at .conf26 already having your socializing and networking plans mapped out. No ...

Rethinking Zero Trust: From Product Purchases to Logical Control Evidence

Implementing Zero Trust (ZT) across complex environments often falters at the very beginning due to a ...