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!

Good Sourcetype Naming

When it comes to getting data in, one of the earliest decisions made is what to use as a sourcetype. Often, ...

See your relevant APM services, dashboards, and alerts in one place with the updated ...

As a Splunk Observability user, you have a lot of data you have to manage, prioritize, and troubleshoot on a ...

Splunk App for Anomaly Detection End of Life Announcement

Q: What is happening to the Splunk App for Anomaly Detection?A: Splunk is officially announcing the ...