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!

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...

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 GA in US-AWS!

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