Dashboards & Visualizations

Hii folks..Is there any way to bring the dropdown and its label in same line in simple xml??

nivethainspire_
Explorer

Am trying to bring dropdown and its label in line,but I find no solution...Any help!!??
As far now,
My Dropdown Label is above
Dropdown and submit button is below(in same line).

In simple xml

Tags (2)
0 Karma

martin_mueller
SplunkTrust
SplunkTrust

Yeah, you can add a custom CSS to that dashboard that has something like this in it:

div.input-dropdown {
  display: inline-flex !important;
  width: 250px !important;
}

The default width is 220px, so depending on your labels you need to make some room for them.

0 Karma
Get Updates on the Splunk Community!

.conf24 | Day 0

Hello Splunk Community! My name is Chris, and I'm based in Canberra, Australia's capital, and I travelled for ...

Enhance Security Visibility with Splunk Enterprise Security 7.1 through Threat ...

(view in My Videos)Struggling with alert fatigue, lack of context, and prioritization around security ...

Troubleshooting the OpenTelemetry Collector

  In this tech talk, you’ll learn how to troubleshoot the OpenTelemetry collector - from checking the ...