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!

Splunk Decoded: Service Maps vs Service Analyzer Tree View vs Flow Maps

It’s Monday morning, and your phone is buzzing with alert escalations – your customer-facing portal is running ...

What’s New in Splunk Observability – September 2025

What's NewWe are excited to announce the latest enhancements to Splunk Observability, designed to help ITOps ...

Fun with Regular Expression - multiples of nine

Fun with Regular Expression - multiples of nineThis challenge was first posted on Slack #regex channel ...