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.

Labels (1)
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
Get Updates on the Splunk Community!

Splunk Enterprise Security 8.0.2 Availability: On cloud and On-premise!

A few months ago, we released Splunk Enterprise Security 8.0 for our cloud customers. Today, we are excited to ...

Logs to Metrics

Logs and Metrics Logs are generally unstructured text or structured events emitted by applications and written ...

Developer Spotlight with Paul Stout

Welcome to our very first developer spotlight release series where we'll feature some awesome Splunk ...