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!

New This Month in Splunk Observability Cloud - Metrics Usage Analytics, Enhanced K8s ...

The latest enhancements across the Splunk Observability portfolio deliver greater flexibility, better data and ...

Alerting Best Practices: How to Create Good Detectors

At their best, detectors and the alerts they trigger notify teams when applications aren’t performing as ...

Discover Powerful New Features in Splunk Cloud Platform: Enhanced Analytics, ...

Hey Splunky people! We are excited to share the latest updates in Splunk Cloud Platform 9.3.2408. In this ...