Dashboards & Visualizations

How to create a border for dashboard ?

supraja
Path Finder

supraja_0-1664679503315.png

 

Clara-fication: Customizing SimpleXML Dashboards With Inline CSS | Splunk" border="0">\0

Tags (1)
0 Karma

supraja
Path Finder

with this  below code, i am able to create border for panel . 

 

<panel depends="$alwaysHideCSS$">
<html>
<style>
#filterpanel{
height:100px !important;
border: 4px groove grey;
}
</style>
</html>
</panel>
<panel id="filterpanel">

--

---

</panel>

 

in the same way , how to create border for entire dashboard ?

0 Karma

ITWhisperer
SplunkTrust
SplunkTrust
      <style>
        div.dashboard-body {
          border: 4px groove grey !important;
        }
      </style>
0 Karma

supraja
Path Finder

could some one please help me on this 

0 Karma

ITWhisperer
SplunkTrust
SplunkTrust

What is the question?

What have you tried already?

0 Karma
Get Updates on the Splunk Community!

Now Playing: Splunk Education Summer Learning Premieres

It’s premiere season, and Splunk Education is rolling out new releases you won’t want to miss. Whether you’re ...

The Visibility Gap: Hybrid Networks and IT Services

The most forward thinking enterprises among us see their network as much more than infrastructure – it's their ...

Get Operational Insights Quickly with Natural Language on the Splunk Platform

In today’s fast-paced digital world, turning data into actionable insights is essential for success. With ...