Dashboards & Visualizations

How do you add style sheets in a Simple XML dashboard without adding the files in the file system?

ben_leung
Builder

Version 6.3+

I would like to use style sheets with Simple XML view instead of having to add the files in the file system.

ben_leung
Builder

You can actually embed the css within the view if you are using an html tag.

<html>
<head>
    <style type="text/css">
        .my-list ul {
          list-style-position: inside;
        }
    </style>
</head>
</html>
Get Updates on the Splunk Community!

Automatic Discovery Part 1: What is Automatic Discovery in Splunk Observability Cloud ...

If you’ve ever deployed a new database cluster, spun up a caching layer, or added a load balancer, you know it ...

Real-Time Fraud Detection: How Splunk Dashboards Protect Financial Institutions

Financial fraud isn't slowing down. If anything, it's getting more sophisticated. Account takeovers, credit ...

Splunk + ThousandEyes: Correlate frontend, app, and network data to troubleshoot ...

 Are you tired of troubleshooting delays caused by siloed frontend, application, and network data? We've got a ...