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
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

How to find the worst searches in your Splunk environment and how to fix them

Everyone knows Splunk is a powerful platform for running searches and doing data analytics. Your ...

Share Your Feedback: On Admin Config Service (ACS)!

Help Us Build a Better Admin Config Service Experience (ACS)   We Want Your Feedback on Admin Config Service ...

Build the Future of Agentic AI: Join the Splunk Agentic Ops Hackathon

AI is changing how teams investigate incidents, detect threats, automate workflows, and build intelligent ...