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

Labels (1)
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!

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...

New in Observability Cloud - Explicit Bucket Histograms

Splunk introduces native support for histograms as a metric data type within Observability Cloud with Explicit ...