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!

Developer Spotlight with William Searle

The Splunk Guy: A Developer’s Path from Web to Cloud William is a Splunk Professional Services Consultant with ...

Major Splunk Upgrade – Prepare your Environment for Splunk 10 Now!

Attention App Developers: Test Your Apps with the Splunk 10.0 Beta and Ensure Compatibility Before the ...

Stay Connected: Your Guide to June Tech Talks, Office Hours, and Webinars!

What are Community Office Hours?Community Office Hours is an interactive 60-minute Zoom series where ...