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!

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...