Dashboards & Visualizations

Dashboard studio customization

MihaiGheorghita
Loves-to-Learn Lots

Hi,

After migrating to version 9.1.2 we have to rewrite some classic dashboards in dashboard studio. Is there a way to send the colored lines to the back or send the circles to the front? It simply won't work to put any figure on top of lines, the lines will always be on top. I tried to insert some html customization but still nothing

(<row>
<panel>
<html>
<style>
div[data-id*="_CIRCLE"]{
z-index: 100;
}
</style>
</html>
</panel>

</row>)


Capture.PNG

Any help would be much appreciated.

Tags (1)
0 Karma

ITWhisperer
SplunkTrust
SplunkTrust

Which lines and circles are you referring to?

Studio is still not as flexible as Classic on many respects. Why are you migrating?

0 Karma

MihaiGheorghita
Loves-to-Learn Lots

Our dashboards were made in HTML with custom js and now is considered a vulnerability and we have to rewrite all dashboards in dashboard studio. This is what we used to view the dashboard in a xml file, 

<view template="app-name:/templates/file.html">
<label>Name of the app</label>
</view>

Apparently the line element is always on top no matter the order

in source code.ex.PNG

For example in the photo attached, the PTS block with the red circle must be on top of the green, blue, orange lines(the example is from the old dashboard). As far as i understood, html is not supported in dashboard studio and i can't find another way to solve this problem.

0 Karma

ITWhisperer
SplunkTrust
SplunkTrust

The closest thing you have in Studio at the moment are markdown blocks but I suspect this will not give you what you need.

0 Karma
Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.
Get Updates on the Splunk Community!

Data Persistence in the OpenTelemetry Collector

This blog post is part of an ongoing series on OpenTelemetry. What happens if the OpenTelemetry collector ...

Introducing Splunk 10.0: Smarter, Faster, and More Powerful Than Ever

Now On Demand Whether you're managing complex deployments or looking to future-proof your data ...

Community Content Calendar, September edition

Welcome to another insightful post from our Community Content Calendar! We're thrilled to continue bringing ...